Bump upstreams
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / match / Ipv6SourceEntryDeserializerTest.java
index 25c4b25a6504e861aea8a55a6aa11fd506fa7e11..abca2f3e33085e6a3c9319ad5ea0485d3bfa3a69 100644 (file)
@@ -28,7 +28,7 @@ public class Ipv6SourceEntryDeserializerTest extends AbstractMatchEntryDeseriali
         final Ipv6Prefix address = new Ipv6Prefix("fe80::200:f8ff:fe21:67cf/30");
 
         writeHeader(in, true);
-        in.writeBytes(IetfInetUtil.INSTANCE.ipv6AddressBytes(IpConversionUtil.extractIpv6Address(address)));
+        in.writeBytes(IetfInetUtil.ipv6AddressBytes(IpConversionUtil.extractIpv6Address(address)));
         in.writeBytes(IpConversionUtil.convertIpv6PrefixToByteArray(IpConversionUtil.extractIpv6Prefix(address)));
 
         final Ipv6Match match = (Ipv6Match) deserialize(in).getLayer3Match();