X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fforwardingrulesmanager%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fforwardingrulesmanager%2FPortGroup.java;h=b05091a4d7d4fe421dfa33c2f356d4274fcda837;hb=400baaf54049cf4d6159e7c03b7c6e724eaa5aa5;hp=95e9b00d14d78dba23bc508b21c1859aea33cfc8;hpb=7c3362df780f30a47d0f6a7b7695360bbb5513bc;p=controller.git diff --git a/opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/PortGroup.java b/opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/PortGroup.java index 95e9b00d14..b05091a4d7 100644 --- a/opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/PortGroup.java +++ b/opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/PortGroup.java @@ -17,8 +17,6 @@ import java.util.Set; * * PortGroup is used by PortGroupProvider application to signal a set of ports * that represent a configured PortGroupConfig. - * - * */ public class PortGroup { private long matrixSwitchId; @@ -99,7 +97,6 @@ public class PortGroup { @Override public String toString() { - return "PortGroup [matrixSwitchId=" + matrixSwitchId + ", ports=" - + ports + "]"; + return "PortGroup [matrixSwitchId=" + matrixSwitchId + ", ports=" + ports + "]"; } }