Fix broken Javadoc related to < and >

This commit is contained in:
Johnny Lim
2015-10-14 16:49:42 +09:00
committed by Sebastien Deleuze
parent 71e2d8e9de
commit 2defb6555e
24 changed files with 48 additions and 48 deletions

View File

@@ -21,7 +21,7 @@ import org.w3c.dom.Element;
import org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser;
/**
* Parser for the {@code &lt;oxm:castor-marshaller/&gt;} element.
* Parser for the {@code <oxm:castor-marshaller/>} element.
*
* @author Jakub Narloch
* @since 3.1

View File

@@ -300,10 +300,10 @@ public class XStreamMarshaller extends AbstractMarshaller implements Initializin
/**
* Set the types to use XML attributes for. The given map can contain
* either {@code &lt;String, Class&gt;} pairs, in which case
* either {@code <String, Class>} pairs, in which case
* {@link XStream#useAttributeFor(String, Class)} is called.
* Alternatively, the map can contain {@code &lt;Class, String&gt;}
* or {@code &lt;Class, List&lt;String&gt;&gt;} pairs, which results
* Alternatively, the map can contain {@code <Class, String>}
* or {@code <Class, List<String>>} pairs, which results
* in {@link XStream#useAttributeFor(Class, String)} calls.
*/
public void setUseAttributeFor(Map<?, ?> useAttributeFor) {