Implement ImmutableOffsetMap.toString() 57/26757/1
authorRobert Varga <rovarga@cisco.com>
Thu, 10 Sep 2015 07:57:46 +0000 (09:57 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 10 Sep 2015 07:57:46 +0000 (09:57 +0200)
commit1a69fa4aa938a9803af1ae3fe35dcbac30e60b8a
treeb56efd80c9c8cca7f807f549af623e455b44c3a0
parent38ac687b3965ff80827780fd22979e69003d2186
Implement ImmutableOffsetMap.toString()

Previous patch inadvertedly removed the Map-specific implementation of
toString() -- as it used to be iunherited from AbstractMap. This patch
introduces it back.

Change-Id: Id186a75b5e4880461375c8031756461db78fee0e
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/util/src/main/java/org/opendaylight/yangtools/util/ImmutableOffsetMap.java