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 2015/06/11 19:29:21 UTC

qpid-jms git commit: QPIDJMS-58: fix javadoc error

Repository: qpid-jms
Updated Branches:
  refs/heads/master 3d1e0564e -> cdb5ed031


QPIDJMS-58: fix javadoc error


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/cdb5ed03
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/cdb5ed03
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/cdb5ed03

Branch: refs/heads/master
Commit: cdb5ed031b614b6193dc806474bb188ce8a0579d
Parents: 3d1e056
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu Jun 11 18:24:40 2015 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu Jun 11 18:24:40 2015 +0100

----------------------------------------------------------------------
 .../org/apache/qpid/jms/provider/failover/FailoverUriPool.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/cdb5ed03/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverUriPool.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverUriPool.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverUriPool.java
index 8cb335c..e366fc5 100644
--- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverUriPool.java
+++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverUriPool.java
@@ -201,7 +201,7 @@ public class FailoverUriPool {
      * @param uri
      *        The URI to attempt to remove from the pool.
      *
-     * @returns true if the given URI was removed from the pool.
+     * @return true if the given URI was removed from the pool.
      */
     public boolean remove(URI uri) {
         if (uri == null) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org