Eliminate implicit boxing
[netconf.git] / netconf / netconf-topology-singleton / src / test / java / org / opendaylight / netconf / topology / singleton / impl / ProxyDOMDataBrokerTest.java
index b1bc972576ec55aebf39b1acd237e07006894987..9c5c5f4c239b437122540afc73c5964d5e600dce 100644 (file)
@@ -48,7 +48,7 @@ public class ProxyDOMDataBrokerTest {
 
     @AfterClass
     public static void staticTearDown() {
-        TestKit.shutdownActorSystem(system, Boolean.TRUE);
+        TestKit.shutdownActorSystem(system, true);
     }
 
     @Test