Make methods static
[ovsdb.git] / utils / southbound-utils / src / main / java / org / opendaylight / ovsdb / utils / southbound / utils / SouthboundUtils.java
index 955f18e8f70bbae70e5aaf389e50b868a3cd7e8a..53adfe6a00440055a8f7f7aca7e0d593c30a302d 100644 (file)
@@ -1327,7 +1327,7 @@ public class SouthboundUtils {
         return false;
     }
 
-    private List<BridgeExternalIds> setBridgeExternalIds() {
+    private static List<BridgeExternalIds> setBridgeExternalIds() {
         List<BridgeExternalIds> externalIdsList = new ArrayList<>();
         externalIdsList.add(new BridgeExternalIdsBuilder()
                 .setBridgeExternalIdKey(CREATED_BY)