Access feature name/version only once 02/91002/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Jul 2020 15:28:24 +0000 (17:28 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Jul 2020 15:30:02 +0000 (17:30 +0200)
commitaefeb8b11c6dc4720dc10e6014f26b3739b37b43
tree31db9cc6e6765ae893a9ecdc91044b4c7658afb3
parent53bfff9c9361cfbce7eb9b9fa7c578c3882777a6
Access feature name/version only once

Using multiple callouts here is a bit inefficient and does not
lend itself towards extension. Use local fields to store feature
name and version.

Change-Id: I298129691157ab787a50b25831d0cef88f6a14ed
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java