Hide AbstractIdentifier.getValue() 80/82980/10
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 9 Jul 2019 20:27:30 +0000 (22:27 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 28 Aug 2019 14:21:34 +0000 (14:21 +0000)
commit29451e0ac6c9d57a23daa002fb08ff3131c8a5be
treed3a498b66c88ea998f96971a444e12cc9a092548
parent2d30dc3ba3cac060da6cf4d1c959116ee5204fdd
Hide AbstractIdentifier.getValue()

AbstractIdentifier is a utility wrapper class, hence it should not
have a public surface users should be interested it. Anybody relying
on .getValue() who is not a subclass should expose a domain-specific
getter method.

Change-Id: I64af4b385055d92c6499d62879c77e77216d4b39
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/util/src/main/java/org/opendaylight/yangtools/util/AbstractIdentifier.java