diff --git a/.RELEASING.md.swo b/.RELEASING.md.swo new file mode 100644 index 0000000000..3ab5bea0d1 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 32660e4178..af4ad71077 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 - *

+ *

* 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 */