Removing references to a prior branded controller
[controller.git] / opendaylight / switchmanager / src / main / java / org / opendaylight / controller / switchmanager / Switch.java
index d13c0426195920dc4ac322e2bf65371be52aacff..afca30c3a1c89a9a1ce254e925e0cc33ae89b142 100755 (executable)
@@ -36,7 +36,7 @@ public class Switch implements Serializable {
      * As we are adding switches on per event basis in a map, we do not need a default constructor
      * This way we can keep the validations internal, in the proper constructor
     public Switch() {
-        this.swPorts = new HashSet<ONESwitchPortTuple>();
+        this.swPorts = new HashSet<SwitchPortTuple>();
         this.spanPorts = new ArrayList<Short>(2);
     }
      */