Make methods static
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / transactions / md / HwvtepMacEntriesRemoveCommand.java
index 62581f97b84a0d7b5d64329bc64040b344170bf9..65831b7748a175310f5ebdc203869cb129062932 100644 (file)
@@ -144,7 +144,7 @@ public class HwvtepMacEntriesRemoveCommand extends AbstractTransactionCommand {
         return null;
     }
 
-    private MacAddress getMacAddress(String mac) {
+    private static MacAddress getMacAddress(String mac) {
         if (mac.equals(HwvtepSouthboundConstants.UNKNOWN_DST_STRING)) {
             return HwvtepSouthboundConstants.UNKNOWN_DST_MAC;
         } else {