Bug 1062 - Disallow implicit serviceref creation.
[controller.git] / opendaylight / netconf / config-netconf-connector / src / main / java / org / opendaylight / controller / netconf / confignetconfconnector / mapping / attributes / fromxml / SimpleBinaryAttributeReadingStrategy.java
index 2cac9029c61f5705efd5e9dcb74f29c643a6ee1f..266271bfce371dfb120cb1c26ce1c49a3436931e 100644 (file)
@@ -19,6 +19,7 @@ public class SimpleBinaryAttributeReadingStrategy extends SimpleAttributeReading
         super(nullableDefault);
     }
 
         super(nullableDefault);
     }
 
+    @Override
     protected Object postprocessParsedValue(String textContent) {
         BaseEncoding en = BaseEncoding.base64();
         byte[] decode = en.decode(textContent);
     protected Object postprocessParsedValue(String textContent) {
         BaseEncoding en = BaseEncoding.base64();
         byte[] decode = en.decode(textContent);