Refactor persister to handle multiple storage engines.
[controller.git] / opendaylight / netconf / netconf-it / src / test / java / org / opendaylight / controller / netconf / it / NetconfITTest.java
index d35ac28d8aa4c275c0561a72bab158802a07dd6c..6c244a0b97d282b866d4ad32a242fca3faa84e6e 100644 (file)
@@ -207,7 +207,7 @@ public class NetconfITTest extends AbstractConfigTest {
     @Test
     public void testTwoSessions() throws Exception {
         try (NetconfClient netconfClient = new NetconfClient("1", tcpAddress, 10000, clientDispatcher))  {
-            try (NetconfClient netconfClient2 = new NetconfClient("2", tcpAddress, 10000, clientDispatcher))  {
+            try (NetconfClient netconfClient2 = new NetconfClient("2", tcpAddress, 10000, clientDispatcher)) {
             }
         }
     }