File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-aop/src/main/java/org/springframework/aop/framework/adapter Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2020 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
26
26
import org .springframework .util .Assert ;
27
27
28
28
/**
29
- * Interceptor to wrap am {@link org.springframework.aop. MethodBeforeAdvice}.
30
- * Used internally by the AOP framework; application developers should not need
31
- * to use this class directly.
29
+ * Interceptor to wrap a {@link MethodBeforeAdvice}.
30
+ * <p> Used internally by the AOP framework; application developers should not
31
+ * need to use this class directly.
32
32
*
33
33
* @author Rod Johnson
34
34
* @see AfterReturningAdviceInterceptor
You can’t perform that action at this time.
0 commit comments