Polish Javadoc in abstract base test classes in the TCF
This commit is contained in:
parent
d19e30e2f8
commit
5c577451f3
|
|
@ -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…
Reference in New Issue