Cleanup trailing whitespace
This commit is contained in:
@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
|
||||
@Aspect
|
||||
@Component
|
||||
public class ServiceMonitor {
|
||||
|
||||
|
||||
@AfterReturning("execution(* *..*Service.*(..))")
|
||||
public void logServiceAccess(JoinPoint joinPoint) {
|
||||
System.out.println("Completed: " + joinPoint);
|
||||
|
||||
Reference in New Issue
Block a user