NO-JIRA added space to separate 2 words that otherwise appear joined

This commit is contained in:
Erwin Dondorp 2021-01-31 20:18:21 +00:00 committed by Clebert Suconic
parent 36b3289571
commit bd9ca52d9a
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ public interface ActiveMQServerLogger extends BasicLogger {
void errorExpiringReferencesNoBindings(SimpleString expiryAddress);
@LogMessage(level = Logger.Level.WARN)
@Message(id = 222147, value = "Messages are being expired on queue{0}. However there is no expiry queue configured, hence messages will be dropped.", format = Message.Format.MESSAGE_FORMAT)
@Message(id = 222147, value = "Messages are being expired on queue {0}. However there is no expiry queue configured, hence messages will be dropped.", format = Message.Format.MESSAGE_FORMAT)
void errorExpiringReferencesNoQueue(SimpleString name);
@LogMessage(level = Logger.Level.WARN)