Add MountPointNode and its specializations
[yangtools.git] / yang / rfc8528-model-api / src / main / java / org / opendaylight / yangtools / rfc8528 / model / api / StaticMountPointSchemaResolver.java
@@ -17,7 +17,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
  */
 @Beta
 @NonNullByDefault
-public interface StaticMountpointSchemaResolver extends MountPointSchemaResolver {
+public interface StaticMountPointSchemaResolver extends MountPointSchemaResolver {
 
     MountPointSchema getSchema();
 }