Replace <code> with {@code} throughout Javadoc
Issue: SPR-10128
This commit is contained in:
@@ -27,7 +27,7 @@ public @interface TestAutowired {
|
||||
|
||||
/**
|
||||
* Declares whether the annotated dependency is required.
|
||||
* <p>Defaults to <code>true</code>.
|
||||
* <p>Defaults to {@code true}.
|
||||
*/
|
||||
boolean required() default true;
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ import org.springframework.core.io.Resource;
|
||||
|
||||
/**
|
||||
* If this test case fails, uncomment diagnostics in
|
||||
* <code>assertProtocolAndFilenames</code> method.
|
||||
* {@code assertProtocolAndFilenames} method.
|
||||
*
|
||||
* @author Oliver Hutchison
|
||||
* @author Juergen Hoeller
|
||||
|
||||
@@ -58,7 +58,7 @@ public class ResourceUtilsTests extends TestCase {
|
||||
|
||||
/**
|
||||
* Dummy URLStreamHandler that's just specified to suppress the standard
|
||||
* <code>java.net.URL</code> URLStreamHandler lookup, to be able to
|
||||
* {@code java.net.URL} URLStreamHandler lookup, to be able to
|
||||
* use the standard URL class for parsing "rmi:..." URLs.
|
||||
*/
|
||||
private static class DummyURLStreamHandler extends URLStreamHandler {
|
||||
|
||||
@@ -144,7 +144,7 @@ public abstract class AbstractStaxXMLReaderTestCase {
|
||||
|
||||
protected abstract AbstractStaxXMLReader createStaxXmlReader(InputStream inputStream) throws XMLStreamException;
|
||||
|
||||
/** Easymock <code>ArgumentMatcher</code> implementation that matches SAX arguments. */
|
||||
/** Easymock {@code AbstractMatcher} implementation that matches SAX arguments. */
|
||||
protected static class SaxArgumentMatcher extends AbstractMatcher {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user