mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish Javadoc in abstract base test classes in the TCF
This commit is contained in:
+1
@@ -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) {
|
||||
|
||||
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user