Polish Javadoc in abstract base test classes in the TCF

master
Sam Brannen 11 years ago
parent d19e30e2f8
commit 5c577451f3
  1. 1
      spring-test/src/main/java/org/springframework/test/context/junit4/AbstractJUnit4SpringContextTests.java
  2. 2
      spring-test/src/main/java/org/springframework/test/context/testng/AbstractTestNGSpringContextTests.java

@ -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) {

@ -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) {

Loading…
Cancel
Save