Fixing sonar issues 4
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang / parser / impl / TypesResolutionTest.java
index 0cd9a7b6e1d21f8414252196f5944bc9de4d59e2..62304cdd6f26f7bfeaa7ab58e1c8aee9eb68525f 100644 (file)
@@ -304,7 +304,7 @@ public class TypesResolutionTest {
         assertEquals("iit", identity.getPrefix());
         assertEquals("service-type", identity.getLocalName());
 
-        LeafSchemaNode type = (LeafSchemaNode)tested.getDataChildByName("type");
+        LeafSchemaNode type = (LeafSchemaNode) tested.getDataChildByName("type");
         assertNotNull(type);
     }