Cleanup trailing whitespace

This commit is contained in:
Phillip Webb
2013-09-18 12:17:56 -07:00
parent 6e071d6017
commit b857a9001d
4 changed files with 10 additions and 10 deletions

View File

@@ -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);