NO-JIRA typo on logger

This commit is contained in:
Clebert Suconic 2019-04-29 20:50:32 -04:00
parent c528d623d6
commit f664713757
1 changed files with 1 additions and 1 deletions

View File

@ -1932,7 +1932,7 @@ public interface ActiveMQServerLogger extends BasicLogger {
void undeployQueue(SimpleString queueName);
@LogMessage(level = Logger.Level.WARN)
@Message(id = 224078, value = "The size of duplicate cache detection (<id_cache-size/>) appears to be too large {0}. It should be no greater than the number of messages that can be squeezed into conformation buffer (<confirmation-window-size/>) {1}.", format = Message.Format.MESSAGE_FORMAT)
@Message(id = 224078, value = "The size of duplicate cache detection (<id_cache-size/>) appears to be too large {0}. It should be no greater than the number of messages that can be squeezed into confirmation window buffer (<confirmation-window-size/>) {1}.", format = Message.Format.MESSAGE_FORMAT)
void duplicateCacheSizeWarning(int idCacheSize, int confirmationWindowSize);
@LogMessage(level = Logger.Level.ERROR)