Bug 8153: Enforce check-style rules for netconf - yanglib
[netconf.git] / netconf / yanglib / src / test / java / org / opendaylight / yanglib / impl / YangLibServiceImplTest.java
index add8d67e699f9868c69b729fdfc624265ec2c0b3..ab1b55210ef24aba15538c347aad24f54296d199 100644 (file)
@@ -29,7 +29,7 @@ import org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource;
 
 public class YangLibServiceImplTest {
 
-    private final static String TEST_OUTPUT_STRING = "hello world";
+    private static final String TEST_OUTPUT_STRING = "hello world";
 
     @Test
     public void testSchema() throws SchemaSourceException {