Fix NoSuchElementException in toString() 24/90724/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Jun 2020 10:33:43 +0000 (12:33 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 26 Jun 2020 11:40:00 +0000 (11:40 +0000)
commit5a62c18f2e56eac7fc46181ee488b114f7447b66
tree38603e8eddc43d5759016ffc33a6d87e5bdcb650
parenta70cc70f49501749ca4f6139080b0899b6b6e6f8
Fix NoSuchElementException in toString()

Original patch missed the fact that an empty set will throw, fix
that up.

Change-Id: I2d0588ec0499475935d285b3be6db299a9d4d525
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/utils/UnsignedLongRangeSet.java