Fix checkstyle in yang-parser-impl and enable enforcement
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang / stmt / yin / YinFileIncludeStmtTest.java
index a524a52efdc421a317fdb49fb4f4db1dae4a77f9..ee69341eb171ceda298f39acc439962b2261b45a 100644 (file)
@@ -28,8 +28,8 @@ public class YinFileIncludeStmtTest {
 
     @Before
     public void init() throws URISyntaxException, ReactorException, SAXException, IOException {
-        context = TestUtils.loadYinModules(getClass().getResource
-                ("/semantic-statement-parser/yin/include-belongs-to-test").toURI());
+        context = TestUtils.loadYinModules(getClass().getResource(
+            "/semantic-statement-parser/yin/include-belongs-to-test").toURI());
         assertEquals(1, context.getModules().size());
     }