config-manager: final parameters
[controller.git] / opendaylight / config / config-manager / src / test / java / org / opendaylight / controller / config / manager / impl / runtimembean / RuntimeBeanRegistratorImplTest.java
index fd225f1b93f01fd1d5c1f5105d1f36c357090624..5b19f615bc5b6659c3e87099ff67b2d9bacf4688 100644 (file)
@@ -65,7 +65,7 @@ public class RuntimeBeanRegistratorImplTest extends
         try {
             platformMBeanServer.getMBeanInfo(on);
             fail();
-        } catch (InstanceNotFoundException e) {
+        } catch (final InstanceNotFoundException e) {
 
         }
     }
@@ -137,7 +137,7 @@ public class RuntimeBeanRegistratorImplTest extends
         try {
             createRoot();
             fail();
-        } catch (IllegalStateException e) {
+        } catch (final IllegalStateException e) {
             assertThat(e.getMessage(), containsString(rootRegistration
                     .getObjectName().toString()));
             assertThat(e.getMessage(),