Fix a couple of warnings
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / leafref / Bug7844Test.java
index f6e8bacbe7c1071097a10c184a208f89d4c63f3d..1736e27360cdef86a0795da8e211ab43f34d3b02 100644 (file)
@@ -78,7 +78,7 @@ public class Bug7844Test {
         assertTrue(myLeafCtx == targetCtx.getReferencedByLeafRefCtxByName(foo("my-leaf")));
     }
 
-    private void assertLeafRef(final LeafRefContext leafRefToTest, final LeafRefPath expectedLeafRefPath) {
+    private static void assertLeafRef(final LeafRefContext leafRefToTest, final LeafRefPath expectedLeafRefPath) {
         assertNotNull(leafRefToTest);
         assertNotNull(expectedLeafRefPath);
         assertTrue(leafRefToTest.getReferencedByChilds().isEmpty());