Reduce casts in NetconfNodeActor 03/106803/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 4 Jul 2023 17:15:53 +0000 (19:15 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 5 Jul 2023 00:01:51 +0000 (00:01 +0000)
commit08bcfc8fef7b6673bd30d16ac828a7e7567ffdea
treead72941dba01515a2e327fff7b70a09e371fb0fc
parent21f1f1824eea4eebd0e2b886746ea9ad552338b0
Reduce casts in NetconfNodeActor

We have 5 individual explicit casts here -- use instanceof pattern to
remove them.

Change-Id: I1162d51ee52c6b9302cc822d2d259d91c7842b1d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
apps/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/actors/NetconfNodeActor.java