polishing

This commit is contained in:
Juergen Hoeller
2010-08-12 18:49:13 +00:00
parent 61fcef1471
commit 01b65cd201
2 changed files with 5 additions and 7 deletions

View File

@@ -301,7 +301,7 @@ public abstract class AopUtils {
* @throws org.springframework.aop.AopInvocationException in case of a reflection error
*/
public static Object invokeJoinpointUsingReflection(Object target, Method method, Object[] args)
throws Throwable {
throws Throwable {
// Use reflection to invoke the method.
try {