Escaped angled brackets in javadoc.

The type parameters disappeared when viewing resulting javadoc and this made it look confusingly like the class is a shorthand for Map rather than Map of QName to Serializable as it actually is.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32736 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2011-12-13 17:40:36 +00:00
parent 1c5e9da17b
commit 443a0167bc

View File

@@ -30,7 +30,7 @@ import org.alfresco.util.Pair;
* Property map helper class.
* <p>
* This class can be used as a short hand when a class of type
* Map<QName, Serializable> is required.
* Map&lt;QName, Serializable&gt; is required.
*
* @author Roy Wetherall
*/