Fix Types.getDefaultRestrictions() 60/97660/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Sep 2021 03:39:16 +0000 (05:39 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Sep 2021 03:40:10 +0000 (05:40 +0200)
commit1fbc277a5dce9564e2cfc508299c85bd3130253a
treef74ffe168fe279afb24223ebc1a4c1abc76cd425
parent77112303a322d0f002ee8b3c3710c995d1456f42
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