There was an error while loading. Please reload this page.
1 parent 2648c75 commit 8b392f7Copy full SHA for 8b392f7
1 file changed
bundles/org.openhab.core/src/main/java/org/openhab/core/items/MetadataProvider.java
@@ -35,7 +35,8 @@ public interface MetadataProvider extends Provider<Metadata> {
35
* provider, and is refused if the provider is not a {@link ManagedProvider}.
36
*
37
* This is useful if providers calculate metadata and this metadata is not meant to be persisted with a
38
- * {@link ManagedProvider}. An example is semantics metadata provided by the {@link SemanticsMetadataProvider}.
+ * {@link ManagedProvider}. An example is semantics metadata provided by the
39
+ * {@link org.openhab.core.semantics.SemanticsMetadataProvider}.
40
* Implementations are expected to return an immutable {@link Collection}.
41
42
* The default implementation returns an empty {@link Set}.
0 commit comments