Skip to content

Commit

Permalink
[9889] fix comments
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Wahnschaffe <[email protected]>
  • Loading branch information
JonasCir and MartinWahnschaffe authored Oct 14, 2022
1 parent eb9ff4d commit 039d096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public Object logAudit(InvocationContext context) throws Exception {
return context.proceed();
}

// we have a relevant method and a local bean -> audit local calls directly
// we have a relevant method of a remote bean or a local bean that is allowed
return backendAuditing(context, calledMethod);
}

Expand Down

0 comments on commit 039d096

Please sign in to comment.