diff --git a/artemis-journal/src/main/java/org/apache/activemq/artemis/journal/ActiveMQJournalBundle.java b/artemis-journal/src/main/java/org/apache/activemq/artemis/journal/ActiveMQJournalBundle.java index 472f16f294..a361109f0e 100644 --- a/artemis-journal/src/main/java/org/apache/activemq/artemis/journal/ActiveMQJournalBundle.java +++ b/artemis-journal/src/main/java/org/apache/activemq/artemis/journal/ActiveMQJournalBundle.java @@ -39,7 +39,7 @@ public interface ActiveMQJournalBundle { @Message(id = 149001, value = "Journal data belong to a different version") ActiveMQIOErrorException journalDifferentVersion(); - @Message(id = 149002, value = "Journal files version mismatch. You should export the data from the previous version and import it as explained on the user''s manual") + @Message(id = 149002, value = "Journal files version mismatch. You should export the data from the previous version and import it as explained on the user's manual") ActiveMQIOErrorException journalFileMisMatch(); @Message(id = 149003, value = "File not opened") diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/WildcardAddressManager.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/WildcardAddressManager.java index 516cf3773d..d0854de79e 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/WildcardAddressManager.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/WildcardAddressManager.java @@ -35,7 +35,7 @@ import org.apache.activemq.artemis.core.transaction.Transaction; public class WildcardAddressManager extends SimpleAddressManager { /** - * These are all the addresses, we use this so we can link back from the actual address to its linked wilcard addresses + * These are all the addresses, we use this so we can link back from the actual address to its linked wildcard addresses * or vice versa */ private final Map addresses = new ConcurrentHashMap<>();