Seal SingletonSet 44/102044/19
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 10 Aug 2022 21:25:14 +0000 (23:25 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 17 Aug 2022 08:56:59 +0000 (10:56 +0200)
commit172e65daf2ccd814ee511e6fdddc31f4f892d983
treeee1a44e33205a968aa56a158df70a633e4f7160a
parent0fc692ac97b7a899750bc4eb6559dacdabdc0433
Seal SingletonSet

We cannot have an anonymous subclass and also seal it. Since we have
solved the writeout path, we can just rely on SSv1 to do the most of the
lifting and break the format.

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