Optimize getFilterInstance() 27/102427/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Sep 2022 10:02:23 +0000 (12:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Sep 2022 10:40:57 +0000 (12:40 +0200)
commit08ee5d0cf2288c6e8cb733a442765f2cc0461a2b
tree4c3d64233f1d35713a850b62eb8b00937a1f8a9a
parent1e38e767aa387c95bd05e05e15719a5923167c44
Optimize getFilterInstance()

This is a purely-private method, there is no point in using a Stream
where a nullable object suffices.

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