Eliminate implicit boxing
[netconf.git] / netconf / netconf-topology-singleton / src / test / java / org / opendaylight / netconf / topology / singleton / impl / actors / WriteTransactionActorTest.java
index 759c11209cfc1e3f5de56738816ca7fbe3be95f9..91a4756c6e552ab2ff386c345294b780458ae8b0 100644 (file)
@@ -34,6 +34,6 @@ public class WriteTransactionActorTest extends WriteTransactionActorTestAdapter
 
     @AfterClass
     public static void staticTearDown() {
-        TestKit.shutdownActorSystem(system, Boolean.TRUE);
+        TestKit.shutdownActorSystem(system, true);
     }
 }