You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/07/09 16:24:10 UTC

[activemq-artemis] branch master updated: NO-JIRA Fixing some javadoc statements

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 6254a70  NO-JIRA Fixing some javadoc statements
6254a70 is described below

commit 6254a70ddcff6bd50eae80277caa9f71c17e13dc
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Thu Jul 9 12:08:24 2020 -0400

    NO-JIRA Fixing some javadoc statements
---
 artemis-ra/src/main/java/org/apache/activemq/artemis/ra/package.html    | 2 +-
 .../activemq/artemis/jms/example/ClientSideFailoverListerExample.java   | 2 +-
 .../activemq/artemis/jms/example/ExclusiveQueueClientSideExample.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/package.html b/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/package.html
index 274259d..da22126 100644
--- a/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/package.html
+++ b/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/package.html
@@ -21,7 +21,7 @@
   </head>
 
   <body bgcolor="white">
-    <h1>ActiveMQ Artemis Resource Adaptor</h1>
+    <p>ActiveMQ Artemis Resource Adaptor</p>
 
   </body>
 </html>
diff --git a/examples/features/ha/client-side-failoverlistener/src/main/java/org/apache/activemq/artemis/jms/example/ClientSideFailoverListerExample.java b/examples/features/ha/client-side-failoverlistener/src/main/java/org/apache/activemq/artemis/jms/example/ClientSideFailoverListerExample.java
index 6f430c1..8e3b66f 100644
--- a/examples/features/ha/client-side-failoverlistener/src/main/java/org/apache/activemq/artemis/jms/example/ClientSideFailoverListerExample.java
+++ b/examples/features/ha/client-side-failoverlistener/src/main/java/org/apache/activemq/artemis/jms/example/ClientSideFailoverListerExample.java
@@ -32,7 +32,7 @@ import org.apache.activemq.artemis.util.ServerUtil;
 
 /**
  * This example demonstrates how you can listen on failover event on the client side
- * <p/>
+ * <p>
  * In this example there are two nodes running in a cluster, both server will be running for start,
  * but after a while the first server will crash. This will trigger a fail-over event
  */
diff --git a/examples/features/standard/exclusive-queue/src/main/java/org/apache/activemq/artemis/jms/example/ExclusiveQueueClientSideExample.java b/examples/features/standard/exclusive-queue/src/main/java/org/apache/activemq/artemis/jms/example/ExclusiveQueueClientSideExample.java
index eb5f7d9..ff8a152 100644
--- a/examples/features/standard/exclusive-queue/src/main/java/org/apache/activemq/artemis/jms/example/ExclusiveQueueClientSideExample.java
+++ b/examples/features/standard/exclusive-queue/src/main/java/org/apache/activemq/artemis/jms/example/ExclusiveQueueClientSideExample.java
@@ -29,7 +29,7 @@ import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
 /**
  * example shows how to specify Exclusive Queue when auto creating the Queue from client.
  * <p>
- * Step 11 & 12 also shows that messages will be sent to consumer2 after consumer1 is closed (consumer1 is receiving
+ * Step 11 and 12 also shows that messages will be sent to consumer2 after consumer1 is closed (consumer1 is receiving
  * all messages before it is closed)
  */