NO-JIRA fix typos
This commit is contained in:
parent
ae8fbbdef1
commit
3d4e907a1b
|
@ -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")
|
||||
|
|
|
@ -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<>();
|
||||
|
|
Loading…
Reference in New Issue