Package names for enclosed Types of TOs were changed to fully qualified. 12/612/1
authorJozef Gloncak <jgloncak@cisco.com>
Thu, 18 Jul 2013 12:39:14 +0000 (14:39 +0200)
committerJozef Gloncak <jgloncak@cisco.com>
Thu, 18 Jul 2013 12:39:14 +0000 (14:39 +0200)
commit831791136c1580d26b01074b8654bb1d01291f87
tree65a442bdec10f8a8c39c0d067245cc810641c781
parent39b426fb075e8690911802f70aceb865cc83715d
Package names for enclosed Types of TOs were changed to fully qualified.
Fully qualified package names are added to enclosed Types of transport
objects. In previous version there was bug (name of enclosing type was
missing in package name).

Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/main/java/org/opendaylight/controller/sal/binding/generator/impl/BindingGeneratorImpl.java
opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/java/org/opendaylight/controller/sal/binding/generator/impl/BitAndUnionTOEnclosingTest.java [new file with mode: 0644]
opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/resources/bit_and_union_in_leaf.yang [new file with mode: 0644]