Skip to content

Commit 3a3ce14

Browse files
committed
Changed troubleshoot menager method public
1 parent 10897a7 commit 3a3ce14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/audit4j/core/TroubleshootManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public final class TroubleshootManager {
4848
* @param event
4949
* the event
5050
*/
51-
static void troubleshootEvent(AuditEvent event) {
51+
public static void troubleshootEvent(AuditEvent event) {
5252
if (event == null) {
5353
throw new TroubleshootException(
5454
"Invalid Audit event type,\n Audit4j: Audit Event should not null, This event will not be logged by the Audit4j.");

0 commit comments

Comments
 (0)