Skip to content

Commit

Permalink
ARTEMIS-4476 Removing AuditLogger on non used statement
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Nov 9, 2023
1 parent 18692ec commit a55c158
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2675,11 +2675,4 @@ static void getCurrentTimeMillis() {
@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);

}

0 comments on commit a55c158

Please sign in to comment.