X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fcommons%2Fprotocol-framework%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fprotocol%2Fframework%2FAbstractDispatcher.java;h=e153861eb802527d0beed9a2743105cd8e502152;hp=334ccc2cc37555eef73488a013ae182e4b3d8b38;hb=a81d98f692b80c45bce3fe6a87e731abfb012a9f;hpb=8d8e440aa795660349714241ec64fdf4b462b378 diff --git a/opendaylight/commons/protocol-framework/src/main/java/org/opendaylight/protocol/framework/AbstractDispatcher.java b/opendaylight/commons/protocol-framework/src/main/java/org/opendaylight/protocol/framework/AbstractDispatcher.java index 334ccc2cc3..e153861eb8 100644 --- a/opendaylight/commons/protocol-framework/src/main/java/org/opendaylight/protocol/framework/AbstractDispatcher.java +++ b/opendaylight/commons/protocol-framework/src/main/java/org/opendaylight/protocol/framework/AbstractDispatcher.java @@ -147,7 +147,7 @@ public abstract class AbstractDispatcher, L extends * Creates a client. * * @param address remote address - * @param connectStrategy Reconnection strategy to be used when initial connection fails + * @param strategy Reconnection strategy to be used when initial connection fails * * @return Future representing the connection process. Its result represents the combined success of TCP connection * as well as session negotiation. @@ -266,7 +266,7 @@ public abstract class AbstractDispatcher, L extends } /** - * @deprecated Should only be used with {@link AbstractDispatcher#AbstractDispatcher()} + * @deprecated Should only be used with AbstractDispatcher#AbstractDispatcher() */ @Deprecated @Override