Remove {String,UUID}Identifier 86/39886/2
authorRobert Varga <rovarga@cisco.com>
Mon, 6 Jun 2016 13:24:40 +0000 (15:24 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Wed, 15 Jun 2016 18:29:27 +0000 (18:29 +0000)
commit2671ab62938f78ce00d2d7aabae1d2b8b4d73233
tree1ab6d23f8affd25807d4fa756df57dd792361123
parentc4f0e040967ef94ac8b8b1a3be310878e9b5ba05
Remove {String,UUID}Identifier

These do not provide proper identity, as differing users
will end up creating same identifiers. Use their abstract
counterparts to properly split the namespace.

Change-Id: I6b4c063519cee969e11b5c29ab798eeeb1982435
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/util/src/main/java/org/opendaylight/yangtools/util/StringIdentifier.java [deleted file]
common/util/src/main/java/org/opendaylight/yangtools/util/UUIDIdentifier.java [deleted file]