netty-threadgroup-config: final parameters
[controller.git] / opendaylight / config / netty-threadgroup-config / src / test / java / org / opendaylight / controller / config / yang / netty / threadgroup / NettyThreadgroupModuleTest.java
index 81f85845fb282996e637316fa37a60daf4c0fd48..8d52a095f0053a2ad2825620078a4257033d6d0d 100644 (file)
@@ -99,7 +99,7 @@ public class NettyThreadgroupModuleTest extends AbstractConfigTest {
         assertStatus(status, 0, 1, 0);
     }
 
-    private ObjectName createInstance(ConfigTransactionJMXClient transaction, String instanceName, Integer threads)
+    private ObjectName createInstance(final ConfigTransactionJMXClient transaction, final String instanceName, final Integer threads)
             throws InstanceAlreadyExistsException {
         ObjectName nameCreated = transaction.createModule(factory.getImplementationName(), instanceName);
         NettyThreadgroupModuleMXBean mxBean = transaction.newMBeanProxy(nameCreated, NettyThreadgroupModuleMXBean.class);