This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new a55c158164 ARTEMIS-4476 Removing AuditLogger on non used statement
a55c158164 is described below
commit a55c158164e045ccffdad4d9ef318004c43f5068
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Nov 9 15:54:13 2023 -0500
ARTEMIS-4476 Removing AuditLogger on non used statement
---
.../main/java/org/apache/activemq/artemis/logs/AuditLogger.java | 7 -------
1 file changed, 7 deletions(-)
diff --git
a/artemis-commons/src/main/java/org/apache/activemq/artemis/logs/AuditLogger.java
b/artemis-commons/src/main/java/org/apache/activemq/artemis/logs/AuditLogger.java
index ee42aa5c14..62fa7ca62e 100644
---
a/artemis-commons/src/main/java/org/apache/activemq/artemis/logs/AuditLogger.java
+++
b/artemis-commons/src/main/java/org/apache/activemq/artemis/logs/AuditLogger.java
@@ -2675,11 +2675,4 @@ public interface AuditLogger {
@LogMessage(id = 601771, value = "User {} is getting name on target
resource: {}", level = LogMessage.Level.INFO)
void getCurrentTimeMillis(Object source);
- static void verifyConnections(Object source) {
- BASE_LOGGER.verifyConnections(getCaller(), source);
- }
-
- @LogMessage(id = 601772, value = "User {} is calling verifyConnections on
resource: {}", level = LogMessage.Level.INFO)
- void verifyConnections(String user, Object queue);
-
}