X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fnode%2FNormalizedNodeToNodeCodecTest.java;h=0260ffb3159cf1f2dfe01246444b11f6f440a2e5;hp=8ee94510d1dacb77d77c9fdd99eb2696ab8719a2;hb=ecccb6d5b43dd73aef0d2d19349d19ee9b4728f7;hpb=701434f9470989a532b735a361ecbe8e4a5e1b36 diff --git a/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/NormalizedNodeToNodeCodecTest.java b/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/NormalizedNodeToNodeCodecTest.java index 8ee94510d1..0260ffb315 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/NormalizedNodeToNodeCodecTest.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/NormalizedNodeToNodeCodecTest.java @@ -29,9 +29,6 @@ import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; public class NormalizedNodeToNodeCodecTest { - - - private SchemaContext schemaContext; @Before @@ -40,7 +37,7 @@ public class NormalizedNodeToNodeCodecTest { assertNotNull("Schema context must not be null.", schemaContext); } - private YangInstanceIdentifier instanceIdentifierFromString(String s) { + private static YangInstanceIdentifier instanceIdentifierFromString(String s) { return PathUtils.toYangInstanceIdentifier(s); }