Fix Types.getDefaultRestrictions()
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Sep 2021 03:39:16 +0000 (05:39 +0200)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 19 Jun 2024 00:41:37 +0000 (10:41 +1000)
commitd6628aed7fee67a3f7b01c666c71b27518e81624
tree2d31fdf95a1677d278ec2e7de87a8a6b0aaff634
parent1b244c129a66ff07a4b9221aeb07b99e1e5e277d
Fix Types.getDefaultRestrictions()

We have a warning about class visibility, fix it by using public
interface. Also mark the method for removal, as it does not seem
to be used.

Change-Id: I00556715ef3200dc2b46540a05c8e6c0fea0f55e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-model-ri/src/main/java/org/opendaylight/mdsal/binding/model/ri/Types.java