capitalisation fix
This commit is contained in:
parent
87cfac381b
commit
1d91680a6d
|
@ -90,7 +90,7 @@ public interface ActiveMQServerLogger extends BasicLogger {
|
|||
void serverStopped(String version, SimpleString nodeId);
|
||||
|
||||
@LogMessage(level = Logger.Level.INFO)
|
||||
@Message(id = 221003, value = "trying to deploy queue {0}", format = Message.Format.MESSAGE_FORMAT)
|
||||
@Message(id = 221003, value = "Trying to deploy queue {0}", format = Message.Format.MESSAGE_FORMAT)
|
||||
void deployQueue(SimpleString queueName);
|
||||
|
||||
@LogMessage(level = Logger.Level.INFO)
|
||||
|
|
Loading…
Reference in New Issue