X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-manager%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Fmanager%2Fimpl%2Fruntimembean%2FRuntimeBeanRegistratorImplTest.java;fp=opendaylight%2Fconfig%2Fconfig-manager%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Fmanager%2Fimpl%2Fruntimembean%2FRuntimeBeanRegistratorImplTest.java;h=5b19f615bc5b6659c3e87099ff67b2d9bacf4688;hb=cbcc2b61265e903959f11d44c292771e76b3926e;hp=fd225f1b93f01fd1d5c1f5105d1f36c357090624;hpb=e2f5a1f1f1b917620ba4ade6c024f5ee3d202036;p=controller.git diff --git a/opendaylight/config/config-manager/src/test/java/org/opendaylight/controller/config/manager/impl/runtimembean/RuntimeBeanRegistratorImplTest.java b/opendaylight/config/config-manager/src/test/java/org/opendaylight/controller/config/manager/impl/runtimembean/RuntimeBeanRegistratorImplTest.java index fd225f1b93..5b19f615bc 100644 --- a/opendaylight/config/config-manager/src/test/java/org/opendaylight/controller/config/manager/impl/runtimembean/RuntimeBeanRegistratorImplTest.java +++ b/opendaylight/config/config-manager/src/test/java/org/opendaylight/controller/config/manager/impl/runtimembean/RuntimeBeanRegistratorImplTest.java @@ -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(),