TransactionProvider should be final 74/105574/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 22 Apr 2023 10:03:41 +0000 (12:03 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 22 Apr 2023 10:08:22 +0000 (12:08 +0200)
commitaf67544dc3194fe6de09d9fb295a0e337e84c0aa
treeca2a0be905e6cf874801dc4f31d2873f845cf7ff
parentb232bff0cc70ea857263d325d2eafdc52b8effe8
TransactionProvider should be final

We have a bit of dancing around with Optional through methods which
might be subclassed by downstreams. Prevent that by making the class
final and drop back to talking to the internal field only.

Change-Id: Idfd7e3f9a9bd8368f59aff0441789078c0c4e875
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/mdsal-netconf-connector/src/main/java/org/opendaylight/netconf/mdsal/connector/TransactionProvider.java