Skip to content

Commit 2477544

Browse files
committed
Polishing
1 parent abbd4eb commit 2477544

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-contextconfiguration.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Resource locations are typically XML configuration files or Groovy scripts locat
1010
classpath, while component classes are typically `@Configuration` classes. However,
1111
resource locations can also refer to files and scripts in the file system, and component
1212
classes can be `@Component` classes, `@Service` classes, and so on. See
13-
xref:testing/testcontext-framework/ctx-management/javaconfig.adoc#testcontext-ctx-management-javaconfig-component-classes[Component Classes] for further details.
13+
xref:testing/testcontext-framework/ctx-management/javaconfig.adoc#testcontext-ctx-management-javaconfig-component-classes[Component Classes]
14+
for further details.
1415

1516
The following example shows a `@ContextConfiguration` annotation that refers to an XML
1617
file:
@@ -137,6 +138,6 @@ configuration classes as well as context initializers that are declared by super
137138
or enclosing classes.
138139

139140
See xref:testing/testcontext-framework/ctx-management.adoc[Context Management],
140-
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-nested-test-configuration[`@Nested` test class configuration], and the {spring-framework-api}/test/context/ContextConfiguration.html[`@ContextConfiguration`]
141+
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-nested-test-configuration[`@Nested` test class configuration],
142+
and the {spring-framework-api}/test/context/ContextConfiguration.html[`@ContextConfiguration`]
141143
javadocs for further details.
142-

0 commit comments

Comments
 (0)