Fix an eclipse warning 70/99570/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 3 Feb 2022 15:09:32 +0000 (16:09 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 3 Feb 2022 15:10:28 +0000 (16:10 +0100)
commitdedcf36a1d42359adc3ed2fe731ae36024cf18cf
treeea9feb713da1c3883dfb6d2dc9572ccf447bee37
parent9313257c65f1cd8e5f86d4c391186133be99d353
Fix an eclipse warning

<T extends Optional<?>> is not liked because of Optional being final.
Fix the warning by changing the prototype a bit.

Change-Id: I8864b695e4affa01913df83721c63ff4fe6d5015
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-generator/src/main/java/org/opendaylight/mdsal/binding/generator/BindingGeneratorUtil.java