Add MountPointNode and its specializations
[yangtools.git] / yang / rfc8528-model-api / src / main / java / org / opendaylight / yangtools / rfc8528 / model / api / MountPointSchemaResolver.java
index 3e1917615d36e8dc39dfa42073ddc80ab0a95c3d..4c7a0dd225ef79660edf5a3e70799b9d0d118a89 100644 (file)
@@ -12,7 +12,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
 
 /**
  * An entity able to resolve the SchemaContext for embedded mount points. This interface should not be implemented
- * directly, but rather its domain specializations, like {@link StaticMountpointSchemaResolver} should be provided.
+ * directly, but rather its domain specializations, like {@link StaticMountPointSchemaResolver} should be provided.
  */
 @Beta
 @NonNullByDefault