Polished JavaDoc.

This commit is contained in:
Oliver Gierke
2011-07-15 10:09:35 +02:00
parent dacc26cf75
commit 6e79fcbde0

View File

@@ -325,12 +325,9 @@ public abstract class RepositoryFactorySupport {
/*
* (non-Javadoc)
*
* @see
* org.aopalliance.intercept.MethodInterceptor#invoke(org.aopalliance
* .intercept.MethodInvocation)
*/
* (non-Javadoc)
* @see org.aopalliance.intercept.MethodInterceptor#invoke(org.aopalliance.intercept.MethodInvocation)
*/
public Object invoke(MethodInvocation invocation) throws Throwable {
Method method = invocation.getMethod();