Fix deprecation warnings in restconf-nb
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / test / incubate / InMemoryMdsalModule.java
index 7ef2e5a249481a2ee12628e63ca862d96b6b9c26..9477411bd0a97b2a8b0941533c956587078e1f3d 100644 (file)
@@ -33,14 +33,14 @@ import org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider;
  * @author Michael Vorburger.ch
  */
 public class InMemoryMdsalModule extends AbstractModule {
-
     private static final int NOTIFICATION_SERVICE_QUEUE_DEPTH = 128;
 
     private final AbstractBaseDataBrokerTest dataBrokerTest;
     private final DOMNotificationRouter domNotificationRouter;
 
     public InMemoryMdsalModule() throws Exception {
-        dataBrokerTest = new AbstractConcurrentDataBrokerTest(true) { // NOT AbstractDataBrokerTest
+        dataBrokerTest = new AbstractConcurrentDataBrokerTest(true) {
+            // NOT AbstractDataBrokerTest
         };
         dataBrokerTest.setup();