Bug 460 - Fix warning throughout netconf subsystem
[controller.git] / opendaylight / netconf / config-netconf-connector / src / main / java / org / opendaylight / controller / netconf / confignetconfconnector / mapping / attributes / toxml / SimpleBinaryAttributeWritingStrategy.java
index c159e469875b1f561e8dd4117cc103b389be268c..4e92c26e3697ae6fb23504d3488c3fea5014029e 100644 (file)
@@ -25,6 +25,7 @@ public class SimpleBinaryAttributeWritingStrategy extends SimpleAttributeWriting
         super(document, key);
     }
 
         super(document, key);
     }
 
+    @Override
     protected Object preprocess(Object value) {
         Util.checkType(value, List.class);
         BaseEncoding en = BaseEncoding.base64();
     protected Object preprocess(Object value) {
         Util.checkType(value, List.class);
         BaseEncoding en = BaseEncoding.base64();