Replace <code> with {@code} throughout Javadoc

Issue: SPR-10128
This commit is contained in:
Chris Beams
2012-12-18 14:45:36 +01:00
parent 8597ec25ec
commit 9540d2c81b
1503 changed files with 8001 additions and 8060 deletions

View File

@@ -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>
*/

View File

@@ -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
*/