Make methods static
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / transact / PhysicalPortUpdateCommand.java
index ccb71371e298910287c184f00fa78acce278758f..a5c1bc598463785ce7245e99d8203c0dee39c38b 100644 (file)
@@ -160,7 +160,8 @@ public class PhysicalPortUpdateCommand
         return;
     }
 
-    private void setName(final PhysicalPort physicalPort, final HwvtepPhysicalPortAugmentation inputPhysicalPort) {
+    private static void setName(final PhysicalPort physicalPort,
+            final HwvtepPhysicalPortAugmentation inputPhysicalPort) {
         if (inputPhysicalPort.getHwvtepNodeName() != null) {
             physicalPort.setName(inputPhysicalPort.getHwvtepNodeName().getValue());
         }