Skip to content

Commit de4a758

Browse files
committed
polishing
1 parent e010d48 commit de4a758

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public boolean audit(AnnotationAuditEvent annotationEvent) {
111111
public static AuditManager getInstance() {
112112
init();
113113
synchronized (AuditManager.class) {
114-
115114
if (auditManager == null) {
116115
auditManager = new AuditManager();
117116
}

0 commit comments

Comments
 (0)