Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / config / config-manager-facade-xml / src / main / java / org / opendaylight / controller / config / facade / xml / mapping / attributes / toxml / ObjectXmlWriter.java
index a62b243eb723c7a874b2a5e89a4049ef0084d5fc..a3a8b7aafa3e7d673d1bc95e9c7f6204151ae96c 100644 (file)
@@ -28,6 +28,7 @@ public class ObjectXmlWriter extends AttributeIfcSwitchStatement<AttributeWritin
     private Document document;
     private String key;
 
     private Document document;
     private String key;
 
+    @SuppressWarnings("checkstyle:hiddenField")
     public Map<String, AttributeWritingStrategy> prepareWriting(final Map<String, AttributeIfc> yangToAttrConfig,
             final Document document) {
 
     public Map<String, AttributeWritingStrategy> prepareWriting(final Map<String, AttributeIfc> yangToAttrConfig,
             final Document document) {
 
@@ -43,6 +44,7 @@ public class ObjectXmlWriter extends AttributeIfcSwitchStatement<AttributeWritin
         return preparedWriting;
     }
 
         return preparedWriting;
     }
 
+    @SuppressWarnings("checkstyle:hiddenField")
     public AttributeWritingStrategy prepareWritingStrategy(final String key, final AttributeIfc expectedAttr,
             final Document document) {
         Preconditions.checkNotNull(expectedAttr, "Mbean attributes mismatch, unable to find expected attribute for %s",
     public AttributeWritingStrategy prepareWritingStrategy(final String key, final AttributeIfc expectedAttr,
             final Document document) {
         Preconditions.checkNotNull(expectedAttr, "Mbean attributes mismatch, unable to find expected attribute for %s",