Fix ShardIdentifier warning 15/14515/3
authorRobert Varga <rovarga@cisco.com>
Mon, 26 Jan 2015 18:08:24 +0000 (19:08 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 28 Jan 2015 16:18:59 +0000 (17:18 +0100)
commitb631f82de42077eb1ed75456c6377e536db31fd3
treed7a772ab1a59a17885aaf947102f2978101e176e
parentbb2e1f012d8418979e14b11e34a6570d501e71f4
Fix ShardIdentifier warning

The format string should be a constant, but we are not using it anyway.
Let's remmove it altogether and expand the corresponding comment.

Change-Id: I53245be3163ed3a874d14ddf981455dcd58c4ceb
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/identifiers/ShardIdentifier.java