Fix Javadoc warnings

This commit is contained in:
Phillip Webb
2013-01-25 17:30:58 -08:00
parent 065b1c0e46
commit 2b0d860923
6 changed files with 12 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ import org.springframework.web.context.support.XmlWebApplicationContext;
* Integration tests for scoped proxy use in conjunction with aop: namespace.
* Deemed an integration test because .web mocks and application contexts are required.
*
* @see org.springframework.aop.config.AopNamespaceHandlerTests;
* @see org.springframework.aop.config.AopNamespaceHandlerTests
*
* @author Rob Harrop
* @author Juergen Hoeller

View File

@@ -44,7 +44,7 @@ import org.springframework.transaction.interceptor.TransactionInterceptor;
* Integration tests for auto proxy creation by advisor recognition working in
* conjunction with transaction managment resources.
*
* @see org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreatorTests;
* @see org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreatorTests
*
* @author Rod Johnson
* @author Chris Beams