Clean up filter loading 41/102441/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Sep 2022 11:02:46 +0000 (13:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Sep 2022 11:02:46 +0000 (13:02 +0200)
commit4c946a191d860f094996b250cfbde1f07a071740
treefcbf8cc234f5fbaab8c0c9b9545bcd0f510773ff
parentfdc8b21629df077dc2e4a2bd92e4388e0e41cd2d
Clean up filter loading

Reduce the size of try/catch block and use Class.asSubclass() to
remove an unchecked cast.

Change-Id: Ib2c90a3df761f7a8436a56ea37078ea94feb2084
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-filterchain/src/main/java/org/opendaylight/aaa/filterchain/configuration/impl/CustomFilterAdapterConfigurationImpl.java