Seal SchemaSourceRepresentation hierarchy
[yangtools.git] / yang / yang-repo-api / src / main / java / org / opendaylight / yangtools / yang / model / repo / api / YinTextSchemaSource.java
index e65d828bb7e5bb851388183450fbf133d406f482..27db51f28c7253969a19d18f05826cc66679d83b 100644 (file)
@@ -60,7 +60,7 @@ public abstract class YinTextSchemaSource extends ByteSource implements YinSchem
     }
 
     @Override
-    public Class<? extends YinTextSchemaSource> getType() {
+    public final Class<YinTextSchemaSource> getType() {
         return YinTextSchemaSource.class;
     }