Fix some minor sonar warnings
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / repo / api / YangTextSchemaSource.java
index e3083456ef16302008384266cdbc56cdfa9dbb1b..28248a7f4956815245f028a71fd9de6b106f46f0 100644 (file)
@@ -89,7 +89,7 @@ public abstract class YangTextSchemaSource extends ByteSource implements SchemaS
         }
 
         @Override
-        public final ByteSource getDelegate() {
+        public ByteSource getDelegate() {
             return delegate;
         }