capitalisation fix

This commit is contained in:
Andy Taylor 2015-12-22 11:14:00 +00:00 committed by Clebert Suconic
parent 87cfac381b
commit 1d91680a6d
1 changed files with 1 additions and 1 deletions

View File

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