Add support for identity-ref config attributes to config/netconf subsystem
[controller.git] / opendaylight / netconf / config-netconf-connector / src / main / java / org / opendaylight / controller / netconf / confignetconfconnector / mapping / attributes / fromxml / SimpleUnionAttributeReadingStrategy.java
index 2e8b459b70c77fdfc7073e47dcc6a953470451c5..44cb1e761574a69e9c01d1757ac6a96bf0101473 100644 (file)
@@ -23,6 +23,7 @@ public class SimpleUnionAttributeReadingStrategy extends SimpleAttributeReadingS
         this.key = key;
     }
 
+    @Override
     protected Object postprocessParsedValue(String textContent) {
         char[] charArray = textContent.toCharArray();
         List<String> chars = Lists.newArrayListWithCapacity(charArray.length);