This commit is contained in:
Clebert Suconic 2017-06-21 11:16:30 -04:00
commit 7583ff7172
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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<SimpleString, Address> addresses = new ConcurrentHashMap<>();