ARTEMIS-3502 Removing non used logger method

This commit is contained in:
Clebert Suconic 2021-10-07 21:31:40 -04:00 committed by clebertsuconic
parent 41baff7423
commit d125109784
1 changed files with 0 additions and 4 deletions

View File

@ -2025,10 +2025,6 @@ public interface ActiveMQServerLogger extends BasicLogger {
@Message(id = 224069, value = "Change detected in broker configuration file, but reload failed", format = Message.Format.MESSAGE_FORMAT)
void configurationReloadFailed(@Cause Throwable t);
@LogMessage(level = Logger.Level.ERROR)
@Message(id = 224070, value = "Failed to remove auto-created address {0}", format = Message.Format.MESSAGE_FORMAT)
void errorRemovingAutoCreatedAddress(@Cause Exception e, SimpleString addressName);
@LogMessage(level = Logger.Level.WARN)
@Message(id = 224072, value = "Message Counter Sample Period too short: {0}", format = Message.Format.MESSAGE_FORMAT)
void invalidMessageCounterPeriod(long value);