Remove module name prefix from top level element 83/12383/1
authorJozef Gloncak <jgloncak@cisco.com>
Thu, 30 Oct 2014 15:02:20 +0000 (16:02 +0100)
committerJozef Gloncak <jgloncak@cisco.com>
Thu, 30 Oct 2014 15:02:27 +0000 (16:02 +0100)
commitd7675d79d399a948ccd32e1febfeff954f4974a7
tree60f860ed5efbcf1878d7bc5625b1741e82652529
parent13b0a924410d92a6d49182161d54cf2cdc50ad56
Remove module name prefix from top level element

Previous patch added condition which caused that name of every top level
JSON element was printed also with module name prefix.

It caused that some test failing.

Purpose of this patch is revert this change.

Change-Id: I3c6a992048e76fe0fa5ad0369c474710999502d4
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterContext.java