Polish Javadoc and inline comments

Closes gh-28426
This commit is contained in:
CharlieYu
2022-05-10 02:26:06 +08:00
committed by GitHub
parent 5f8a4bcdc5
commit 432fce9db3
2 changed files with 4 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ public @interface ContextConfiguration {
Class<? extends ApplicationContextInitializer<?>>[] initializers() default {};
/**
* Whether or not {@linkplain #locations resource locations} or
* Whether {@linkplain #locations resource locations} or
* {@linkplain #classes <em>component classes</em>} from test superclasses
* should be <em>inherited</em>.
* <p>The default value is {@code true}. This means that an annotated test
@@ -224,7 +224,7 @@ public @interface ContextConfiguration {
boolean inheritLocations() default true;
/**
* Whether or not {@linkplain #initializers context initializers} from test
* Whether {@linkplain #initializers context initializers} from test
* superclasses should be <em>inherited</em>.
* <p>The default value is {@code true}. This means that an annotated test
* class will <em>inherit</em> the application context initializers defined