Repository: qpid-proton Updated Branches: refs/heads/master 6ac7bd29e -> 01a65add6
PROTON-1133: fix javadoc error to allow javadocs to build when using Java 8 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/01a65add Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/01a65add Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/01a65add Branch: refs/heads/master Commit: 01a65add622bd033009cc99d343942d86628de1b Parents: 6ac7bd2 Author: Robert Gemmell <[email protected]> Authored: Sat May 14 11:21:07 2016 +0100 Committer: Robert Gemmell <[email protected]> Committed: Sat May 14 11:21:07 2016 +0100 ---------------------------------------------------------------------- proton-j/src/main/java/org/apache/qpid/proton/reactor/Reactor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/01a65add/proton-j/src/main/java/org/apache/qpid/proton/reactor/Reactor.java ---------------------------------------------------------------------- diff --git a/proton-j/src/main/java/org/apache/qpid/proton/reactor/Reactor.java b/proton-j/src/main/java/org/apache/qpid/proton/reactor/Reactor.java index a9becfd..f687bb3 100644 --- a/proton-j/src/main/java/org/apache/qpid/proton/reactor/Reactor.java +++ b/proton-j/src/main/java/org/apache/qpid/proton/reactor/Reactor.java @@ -282,12 +282,12 @@ public interface Reactor { * Get the address used by the connection * <p> * This may be used to retrieve the remote peer address. + * Note that the returned address may be in numeric IP format. * @param c the Connection * @return a string containing the address in the following format: * <pre> * host[:port] * </pre> - * @note Note that the returned address may be in numeric IP format. */ String getConnectionAddress(Connection c); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
