Remove redundant modifiers
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / TestModel.java
index 9dd298b14cb7f8090731f7fd47b966b899918572..25e651914858f33fcdcf4dffbe50dcbc0e7cf9db 100644 (file)
@@ -38,7 +38,7 @@ public final class TestModel {
         throw new UnsupportedOperationException();
     }
 
-    public static final InputStream getDatastoreTestInputStream() {
+    public static InputStream getDatastoreTestInputStream() {
         return TestModel.class.getResourceAsStream(DATASTORE_TEST_YANG);
     }