Fix checkstyle issues under rib-spi
[bgpcep.git] / bgp / rib-spi / src / test / java / org / opendaylight / protocol / bgp / rib / spi / AddPathRibSupportTest.java
index fa406d5eb3ffb9fceffc47b0806691dfefe638a8..fa8dc0248af298b249c0fd90fa12fe019249daf9 100644 (file)
@@ -18,7 +18,6 @@ import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdent
 public class AddPathRibSupportTest {
 
     private static final NodeIdentifier QNAME = new NodeIdentifier(QName.create("test").intern());
-    private static class AddPathRibSupportLocalTest implements AddPathRibSupport{}
 
     @Test
     public void defaultAddPathRibSupport() {
@@ -27,4 +26,7 @@ public class AddPathRibSupportTest {
         assertNull(test.getRouteIdAddPath(NON_PATH_ID, null));
         assertEquals(QNAME, test.createRouteKeyPathArgument(QNAME));
     }
+
+    private static class AddPathRibSupportLocalTest implements AddPathRibSupport {
+    }
 }