BUG-7464: update INode.GCAS_Complete() 96/50296/2
authorRobert Varga <rovarga@cisco.com>
Wed, 11 Jan 2017 00:43:49 +0000 (01:43 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 13 Jan 2017 15:29:12 +0000 (15:29 +0000)
commitd00e5532ac1c6ec6e034338f073c6a3f150fcd34
treee9e1fc3c7dcd1ce06ea91545a37628847639a314
parent1c6a05d59ddf76859e163ef57db395c01a1615f7
BUG-7464: update INode.GCAS_Complete()

Undo previous read on INode generation. It makes the the code
read a bit clunky, as the context of reasoning about the root
INode is lost.

While we're here, improve code readability with explicit
while(m != null) instead of a while(true)/if(m != null).

Change-Id: I01dde9603ff6fec98845036742375f3c5524ba00
Signed-off-by: Robert Varga <rovarga@cisco.com>
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/INode.java