Cleanup codecs a bit
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / schema / SchemaOrderedNormalizedNodeWriterTest.java
index 88407f0d7f2935e6c95ea42411b8eec5e5173a62..4b5e7ba2ea4a2c189199ac94834cc302a5769461 100644 (file)
@@ -153,7 +153,8 @@ public class SchemaOrderedNormalizedNodeWriterTest {
         XMLAssert.assertXMLIdentical(new Diff(EXPECTED_2, stringWriter.toString()), true);
     }
 
-    private SchemaContext getSchemaContext(final String filePath) throws URISyntaxException, ReactorException, FileNotFoundException {
+    private static SchemaContext getSchemaContext(final String filePath) throws URISyntaxException,
+            ReactorException, FileNotFoundException {
         return YangParserTestUtils.parseYangSource(filePath);
     }