Bump upstreams
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / MultipartReplyMessageFactory.java
index e56d4894c5641b980b84897ee85b26a442e8a65b..0175d5c7e2e95420d8aa3868b5c1bc09e941e007 100644 (file)
@@ -727,7 +727,7 @@ public class MultipartReplyMessageFactory implements OFSerializer<MultipartReply
             outBuffer.writeInt(port.getPortNo().intValue()); // Assuming PortNo
                                                              // = PortId
             outBuffer.writeZero(PORT_DESC_PADDING_1);
-            outBuffer.writeBytes(IetfYangUtil.INSTANCE.macAddressBytes(port.getHwAddr()));
+            outBuffer.writeBytes(IetfYangUtil.macAddressBytes(port.getHwAddr()));
             outBuffer.writeZero(PORT_DESC_PADDING_2);
             writeName(port.getName(), outBuffer);
             writePortConfig(port.getConfig(), outBuffer);