X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fcore%2FNodeConnector.java;h=86baaade022787bd975bb22fba958a0cdcf6f08a;hp=96e6cc7f10c6e9714152bec8309bc81bce47ad99;hb=ee47b04caddbab0695833f13896c978c57a7d3a3;hpb=c136314ed52d4c482df64bbaa989d849991bb899 diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeConnector.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeConnector.java index 96e6cc7f10..86baaade02 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeConnector.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeConnector.java @@ -61,7 +61,7 @@ public class NodeConnector implements Serializable { /** * Special port describing ALL the ports in the system, * should be used for flooding like mechanism but better - * to be carefull with it + * to be careful with it */ public static String ALL = "ALL"; /** @@ -460,13 +460,13 @@ public class NodeConnector implements Serializable { } /** - * return a NodeConnector from a string not containing explicitely + * return a NodeConnector from a string not containing explicitly * the Node portion which has to be supplied as parameter * * @param str String to be parsed in a NodeConnector * @param n Node to which the NodeConnector is attached * - * @return the NodeConnector if parse is succesfull, null otherwise + * @return the NodeConnector if parse is successful, null otherwise */ public static NodeConnector fromStringNoNode(String str, Node n) { if (str == null) {