BUG-4638: introduce CompatUtils 87/30087/1
authorRobert Varga <rovarga@cisco.com>
Mon, 23 Nov 2015 17:39:25 +0000 (18:39 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 23 Nov 2015 17:50:21 +0000 (18:50 +0100)
commit77f6226c747f91122527fd68736a6d921df57d5e
tree6eab19f0c99a79318324800337aa003739d521da
parentcedc0c19804d38d8ab03fbed3c0aa928df639c16
BUG-4638: introduce CompatUtils

Create a CompatUtils class for dealing with downstream users, who rely
on the parser not generating a type encapsulation for leaf types which
also define the default value.

Change-Id: Ifabf6dc5415e8598727b5e0ab86b7127efd96beb
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/util/type/CompatUtils.java [new file with mode: 0644]