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 <[email protected]> Authored: Thu Jun 11 18:24:40 2015 +0100 Committer: Robert Gemmell <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
