Do not use Lists.newArrayList() 25/35425/3
authorRobert Varga <robert.varga@pantheon.sk>
Thu, 25 Feb 2016 21:00:42 +0000 (22:00 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 26 Feb 2016 12:31:00 +0000 (13:31 +0100)
commit7cebc7387df2face7a2e0e2ec71f1edd891166da
treea4f41254d6728c200b79777cc118cfece4833dd8
parente542f81556d136917bd525095655907ed5b7bd6e
Do not use Lists.newArrayList()

We have diamond notation, which renders this unneeded.

Change-Id: I530718c00020a82f3af20d98b17d7a6e3bb3854f
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
util/src/main/java/org/opendaylight/protocol/util/Ipv4Util.java
util/src/main/java/org/opendaylight/protocol/util/Ipv6Util.java