You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2016/05/14 10:24:04 UTC

qpid-proton git commit: PROTON-1133: fix javadoc error to allow javadocs to build when using Java 8

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 <ro...@apache.org>
Authored: Sat May 14 11:21:07 2016 +0100
Committer: Robert Gemmell <ro...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org