NO-JIRA: fix javadoc errors to allow using apache-release profile [on JDK 8]


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

Branch: refs/heads/master
Commit: c5aa603a33a94637608c97ad6b0dfaa7f49d9e1f
Parents: e40eb9c
Author: Robert Gemmell <[email protected]>
Authored: Wed May 13 14:48:40 2015 +0100
Committer: Robert Gemmell <[email protected]>
Committed: Wed May 13 14:57:11 2015 +0100

----------------------------------------------------------------------
 .../org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java    | 2 +-
 .../org/apache/qpid/jms/provider/discovery/DiscoveryAgent.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c5aa603a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java
----------------------------------------------------------------------
diff --git 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java
 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java
index 29b479c..3a00f34 100644
--- 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java
+++ 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java
@@ -330,7 +330,7 @@ public abstract class AmqpAbstractResource<R extends 
JmsResource, E extends Endp
      * @param condition
      *        the ErrorCondition that describes the redirection.
      *
-     * @returns an Exception that captures the details of the redirection 
error.
+     * @return an Exception that captures the details of the redirection error.
      */
     @SuppressWarnings("unchecked")
     protected Exception createRedirectException(Symbol error, String message, 
ErrorCondition condition) {

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c5aa603a/qpid-jms-discovery/src/main/java/org/apache/qpid/jms/provider/discovery/DiscoveryAgent.java
----------------------------------------------------------------------
diff --git 
a/qpid-jms-discovery/src/main/java/org/apache/qpid/jms/provider/discovery/DiscoveryAgent.java
 
b/qpid-jms-discovery/src/main/java/org/apache/qpid/jms/provider/discovery/DiscoveryAgent.java
index faa393b..22efeda 100644
--- 
a/qpid-jms-discovery/src/main/java/org/apache/qpid/jms/provider/discovery/DiscoveryAgent.java
+++ 
b/qpid-jms-discovery/src/main/java/org/apache/qpid/jms/provider/discovery/DiscoveryAgent.java
@@ -28,7 +28,7 @@ public interface DiscoveryAgent {
      * Indicates if this DiscoveryAgent requires a ScheduledExecutorService in 
order
      * to perform its discovery work.
      *
-     * @returns true if the agent requires that its parent provide it with a 
scheduler.
+     * @return true if the agent requires that its parent provide it with a 
scheduler.
      */
     boolean isSchedulerRequired();
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to