Make methods static
[ovsdb.git] / southbound / southbound-impl / src / main / java / org / opendaylight / ovsdb / southbound / ovsdb / transact / AutoAttachUpdateCommand.java
index a17146443fe3692467addb36f2138ce9a6752f3c..a7e0f6f8b9321d585795a1fd8ac3b4bda0b379fa 100644 (file)
@@ -75,7 +75,7 @@ public class AutoAttachUpdateCommand implements TransactCommand {
         }
     }
 
-    private void updateAutoAttach(final TransactionBuilder transaction, final BridgeOperationalState state,
+    private static void updateAutoAttach(final TransactionBuilder transaction, final BridgeOperationalState state,
             final InstanceIdentifier<OvsdbNodeAugmentation> iid,
             final OvsdbNodeAugmentation ovsdbNode) {