Polish AbstractContextLoader Javadoc
Fix unnecessary HTML escaping from {@code} Javadoc.
This commit is contained in:
parent
3eec27a723
commit
05ba366edc
|
|
@ -185,8 +185,8 @@ public abstract class AbstractContextLoader implements SmartContextLoader {
|
|||
*
|
||||
* <p>For example, if the supplied class is {@code com.example.MyTest},
|
||||
* the generated locations will contain a single string with a value of
|
||||
* "classpath:/com/example/MyTest{@code <suffix>}",
|
||||
* where {@code <suffix>} is the value of the
|
||||
* "classpath:/com/example/MyTest{@code <suffix>}",
|
||||
* where {@code <suffix>} is the value of the
|
||||
* {@link #getResourceSuffix() resource suffix} string.
|
||||
*
|
||||
* <p>As of Spring 3.1, the implementation of this method adheres to the
|
||||
|
|
|
|||
Loading…
Reference in New Issue