Bug 6380 lldp-speaker - DTCL instead of DTL
[openflowplugin.git] / applications / lldp-speaker / src / test / java / org / opendaylight / openflowplugin / applications / lldpspeaker / TestUtils.java
index 422f4e55dd50e105b1b3fd66fb0079e27eb000bb..e6ab666b65a0405e66194ed651f3d943068cf00c 100644 (file)
@@ -45,7 +45,7 @@ public class TestUtils {
         return createFlowCapableNodeConnector(false, false, mac, port);
     }
 
-    static FlowCapableNodeConnectorBuilder createFlowCapableNodeConnector(boolean linkDown, boolean adminDown,
+    private static FlowCapableNodeConnectorBuilder createFlowCapableNodeConnector(boolean linkDown, boolean adminDown,
                                                                           MacAddress mac, long port) {
         return new FlowCapableNodeConnectorBuilder()
                 .setHardwareAddress(mac)