Remove use of Optional from DeviceInitializationUtil 63/94363/3
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 3 Jan 2021 14:00:25 +0000 (15:00 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 3 Jan 2021 15:32:49 +0000 (16:32 +0100)
commite6ac43fd779f85adf9f08b1f4a98831e22a24a99
treef6ec38519567b656396d8ff5a56064b633812037
parent453b39f2e079dfc8def6596f84bb547dc1e80f60
Remove use of Optional from DeviceInitializationUtil

The use here is completely unneeded -- we can serve the same thing
with checks for null.

Change-Id: Ic5958cd97f91676a2ab6b34c9f049a7f73eaa1d5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/DeviceInitializationUtil.java