Move currentChar() 25/83325/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 30 Jul 2019 23:38:39 +0000 (01:38 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 31 Jul 2019 00:47:09 +0000 (02:47 +0200)
commit4c29492cf18ca989397134cc539f5790f8fac79e
tree5f03565473e7b3b759ec247b30f8f699e03924d6
parent31f8dbf18bbb6bd94754ecb4bd5dd79f9656ca06
Move currentChar()

All users are acquiring state from the same instance, hence making
the method an instance method ditches quite a bit of verbosity.

Change-Id: Ib3a26055a0ee1cb6562adf30997e311e8f013aaa
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/YangInstanceIdentifierDeserializer.java