Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
1432
-
High
Description
model/l2-types/target/generated-sources/sal/org/opendaylight/yang/gen/v1/urn/opendaylight/l2/types/rev130827/VlanDei.java
public static VlanDei getDefaultInstance(String defaultValue)
{ return new VlanDei(new java.lang.Boolean(defaultValue)); }should read Boolean.valueOf(defaultValue), thus sharing instances. Same goes for Byte, Short, Integer and Long.