File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/main/java/org/audit4j/integration/spring Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 51
51
52
52
<properties >
53
53
<junit .version>4.11</junit .version>
54
- <audit4j .version>2.4.0 </audit4j .version>
54
+ <audit4j .version>2.4.1-RC3 </audit4j .version>
55
55
<spring .version>4.2.2.RELEASE</spring .version>
56
56
<spring .security.version>4.0.3.RELEASE</spring .security.version>
57
57
<aspectj .version>1.8.7</aspectj .version>
160
160
<goals >
161
161
<goal >jar</goal >
162
162
</goals >
163
- <configuration >
164
- <additionalparam >-Xdoclint:none</additionalparam >
165
- </configuration >
166
163
</execution >
167
164
</executions >
168
165
</plugin >
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ public class AuditAdvice implements MethodBeforeAdvice {
63
63
*/
64
64
@ Override
65
65
public void before (final Method method , final Object [] params , final Object arg2 ) throws Throwable {
66
- AuditManager manager = AuditManager .getInstance ();
67
- manager .audit (method .getClass (), method , params );
66
+ AuditManager .getInstance ().audit (method .getClass (), method , params );
68
67
}
69
68
}
You can’t perform that action at this time.
0 commit comments