Fix various Javadoc warnings
Issue: SPR-10128
This commit is contained in:
@@ -121,8 +121,8 @@ public final class AspectJExpressionPointcutTests {
|
||||
|
||||
/**
|
||||
* This and target are equivalent. Really instanceof pointcuts.
|
||||
* @throws Exception
|
||||
* @param which this or target
|
||||
* @throws Exception
|
||||
* @throws NoSuchMethodException
|
||||
* @throws SecurityException
|
||||
*/
|
||||
@@ -367,4 +367,4 @@ class CallCountingInterceptor implements MethodInterceptor {
|
||||
this.count = 0;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user