Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / config / config-manager / src / main / java / org / opendaylight / controller / config / manager / impl / dependencyresolver / DependencyResolverImpl.java
index e69aa8611af7f7aff96b543159a48b85b74e87c2..f46113fb9a4d1db5eb0f132b6256d96c894715f3 100644 (file)
@@ -272,6 +272,7 @@ public final class DependencyResolverImpl implements DependencyResolver, Compara
     }
 
     @Override
+    @SuppressWarnings("checkstyle:hiddenField")
     public Object getAttribute(final ObjectName name, final String attribute)
             throws MBeanException, AttributeNotFoundException, InstanceNotFoundException, ReflectionException {
         ObjectName newName = translateServiceRefIfPossible(name);
@@ -281,6 +282,7 @@ public final class DependencyResolverImpl implements DependencyResolver, Compara
     }
 
     @Override
+    @SuppressWarnings("checkstyle:hiddenField")
     public <T> T newMXBeanProxy(final ObjectName name, final Class<T> interfaceClass) {
         ObjectName newName = translateServiceRefIfPossible(name);
         // add transaction name