MDSAL-298: properly handle unkeyed lists
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / yangtools / binding / data / codec / impl / LeafNodeCodecContext.java
index 7b482ba2e6d3314eece728387b4ecba89ee4445b..d9b63e794928939139b3394f7f09fd240a9199ff 100644 (file)
@@ -226,6 +226,11 @@ final class LeafNodeCodecContext<D extends DataObject> extends NodeCodecContext<
         return schema;
     }
 
+    @Override
+    public ChildAddressabilitySummary getChildAddressabilitySummary() {
+        return ChildAddressabilitySummary.UNADDRESSABLE;
+    }
+
     /**
      * Return the default value object.
      *