We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e010d48 commit de4a758Copy full SHA for de4a758
src/main/java/org/audit4j/core/AuditManager.java
@@ -111,7 +111,6 @@ public boolean audit(AnnotationAuditEvent annotationEvent) {
111
public static AuditManager getInstance() {
112
init();
113
synchronized (AuditManager.class) {
114
-
115
if (auditManager == null) {
116
auditManager = new AuditManager();
117
}
0 commit comments