Skip to content

Commit 05ba366

Browse files
committed
Polish AbstractContextLoader Javadoc
Fix unnecessary HTML escaping from {@code} Javadoc.
1 parent 3eec27a commit 05ba366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-test/src/main/java/org/springframework/test/context/support/AbstractContextLoader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ public final String[] processLocations(Class<?> clazz, String... locations) {
185185
*
186186
* <p>For example, if the supplied class is {@code com.example.MyTest},
187187
* the generated locations will contain a single string with a value of
188-
* &quot;classpath:/com/example/MyTest{@code &lt;suffix&gt;}&quot;,
189-
* where {@code &lt;suffix&gt;} is the value of the
188+
* &quot;classpath:/com/example/MyTest{@code <suffix>}&quot;,
189+
* where {@code <suffix>} is the value of the
190190
* {@link #getResourceSuffix() resource suffix} string.
191191
*
192192
* <p>As of Spring 3.1, the implementation of this method adheres to the

0 commit comments

Comments
 (0)