Fix an eclipse warning 11/99811/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 3 Feb 2022 15:09:32 +0000 (16:09 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 24 Feb 2022 07:18:22 +0000 (07:18 +0000)
commit3cae231b09cdd529113ef0ae00e74bb109e3e830
treeab5d244bea2af2b96e69527ce97b29fd05be9b93
parent88326da6bebb71cd62f351b3cccecdc3b4bd3cff
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>
(cherry picked from commit dedcf36a1d42359adc3ed2fe731ae36024cf18cf)
binding/mdsal-binding-generator/src/main/java/org/opendaylight/mdsal/binding/generator/BindingGeneratorUtil.java