Bump upstreams
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / action / OF10SetNwSrcActionSerializer.java
index 95250e65bb55c14283556cf611266660622e83bb..858b147115ac9682a3555ad21854aa88725b99f0 100644 (file)
@@ -25,7 +25,7 @@ public class OF10SetNwSrcActionSerializer extends AbstractActionSerializer {
 
     @Override
     protected void serializeBody(final Action action, final ByteBuf outBuffer) {
-        outBuffer.writeBytes(IetfInetUtil.INSTANCE.ipv4AddressBytes(
+        outBuffer.writeBytes(IetfInetUtil.ipv4AddressBytes(
             ((SetNwSrcCase) action.getActionChoice()).getSetNwSrcAction().getIpAddress()));
     }
 }