Polish Javadoc in abstract base test classes in the TCF

This commit is contained in:
Sam Brannen 2014-03-27 14:49:26 +01:00
parent d19e30e2f8
commit 5c577451f3
2 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@ public abstract class AbstractJUnit4SpringContextTests implements ApplicationCon
/**
* Set the {@link ApplicationContext} to be used by this test instance,
* provided via {@link ApplicationContextAware} semantics.
* @param applicationContext the ApplicationContext that this test runs in
*/
@Override
public final void setApplicationContext(final ApplicationContext applicationContext) {

View File

@ -112,7 +112,7 @@ public abstract class AbstractTestNGSpringContextTests implements IHookable, App
* Set the {@link ApplicationContext} to be used by this test instance,
* provided via {@link ApplicationContextAware} semantics.
*
* @param applicationContext the applicationContext to set
* @param applicationContext the ApplicationContext that this test runs in
*/
@Override
public final void setApplicationContext(ApplicationContext applicationContext) {