X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fswitchmanager%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fswitchmanager%2FSwitch.java;h=afca30c3a1c89a9a1ce254e925e0cc33ae89b142;hp=d13c0426195920dc4ac322e2bf65371be52aacff;hb=f5ece81719a8a262bd084eb609ad188e37d28d19;hpb=29f7cfb54b580928c7feac63abce028a7014b0d5;ds=sidebyside diff --git a/opendaylight/switchmanager/src/main/java/org/opendaylight/controller/switchmanager/Switch.java b/opendaylight/switchmanager/src/main/java/org/opendaylight/controller/switchmanager/Switch.java index d13c042619..afca30c3a1 100755 --- a/opendaylight/switchmanager/src/main/java/org/opendaylight/controller/switchmanager/Switch.java +++ b/opendaylight/switchmanager/src/main/java/org/opendaylight/controller/switchmanager/Switch.java @@ -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(); + this.swPorts = new HashSet(); this.spanPorts = new ArrayList(2); } */