Replace <code> with {@code} throughout Javadoc
Issue: SPR-10128
This commit is contained in:
@@ -635,14 +635,14 @@ public class SelectTagTests extends AbstractFormTagTests {
|
||||
* href="http://opensource.atlassian.com/projects/spring/browse/SPR-2660"
|
||||
* target="_blank">SPR-2660</a>.
|
||||
* <p>
|
||||
* Specifically, if the <code>items</code> attribute is supplied a
|
||||
* {@link Map}, and <code>itemValue</code> and <code>itemLabel</code>
|
||||
* Specifically, if the {@code items} attribute is supplied a
|
||||
* {@link Map}, and {@code itemValue} and {@code itemLabel}
|
||||
* are supplied non-null values, then:
|
||||
* </p>
|
||||
* <ul>
|
||||
* <li><code>itemValue</code> will be used as the property name of the
|
||||
* <li>{@code itemValue} will be used as the property name of the
|
||||
* map's <em>key</em>, and</li>
|
||||
* <li><code>itemLabel</code> will be used as the property name of the
|
||||
* <li>{@code itemLabel} will be used as the property name of the
|
||||
* map's <em>value</em>.</li>
|
||||
* </ul>
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package org.springframework.web.servlet.tags.form;
|
||||
|
||||
/**
|
||||
* Test related data types for <code>org.springframework.web.servlet.tags.form</code> package.
|
||||
* Test related data types for {@code org.springframework.web.servlet.tags.form} package.
|
||||
*
|
||||
* @author Scott Andrews
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user