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 3d3fda1 NO-JIRA fixing javadoc on SharedStorageStaticCluster.java
3d3fda1 is described below
commit 3d3fda168b92eaef56823168f368940cf71eeb9d
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Jul 9 12:00:50 2020 -0400
NO-JIRA fixing javadoc on SharedStorageStaticCluster.java
---
.RELEASING.md.swo | Bin 0 -> 16384 bytes
.../artemis/jms/example/SharedStorageStaticCluster.java | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.RELEASING.md.swo b/.RELEASING.md.swo
new file mode 100644
index 0000000..3ab5bea
Binary files /dev/null and b/.RELEASING.md.swo differ
diff --git
a/examples/features/clustered/shared-storage-static-cluster/src/main/java/org/apache/activemq/artemis/jms/example/SharedStorageStaticCluster.java
b/examples/features/clustered/shared-storage-static-cluster/src/main/java/org/apache/activemq/artemis/jms/example/SharedStorageStaticCluster.java
index 32660e4..af4ad71 100644
---
a/examples/features/clustered/shared-storage-static-cluster/src/main/java/org/apache/activemq/artemis/jms/example/SharedStorageStaticCluster.java
+++
b/examples/features/clustered/shared-storage-static-cluster/src/main/java/org/apache/activemq/artemis/jms/example/SharedStorageStaticCluster.java
@@ -33,7 +33,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
*/