Migrate skipCurrentChar() and checkValid() 26/83326/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 30 Jul 2019 23:48:23 +0000 (01:48 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 31 Jul 2019 00:47:57 +0000 (02:47 +0200)
commit60f873744f8579fdafba9dd1d833cfc3ccf31add
tree8ad743357921c4aca86a972a7828c2bfc7515ae2
parent4c29492cf18ca989397134cc539f5790f8fac79e
Migrate skipCurrentChar() and checkValid()

These two methods always operate on the same instance of data,
hence making the method an instance method saves quite a bit of
verbosity.

Change-Id: I27d621c0f4b28e15fbe6126119f7cfc45475d0b4
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