From 443a0167bc083aa75aff0c384f34fe82f249f9b2 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Tue, 13 Dec 2011 17:40:36 +0000 Subject: [PATCH] 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 --- source/java/org/alfresco/util/PropertyMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/util/PropertyMap.java b/source/java/org/alfresco/util/PropertyMap.java index f3394281fb..4185783ca1 100644 --- a/source/java/org/alfresco/util/PropertyMap.java +++ b/source/java/org/alfresco/util/PropertyMap.java @@ -30,7 +30,7 @@ import org.alfresco.util.Pair; * Property map helper class. *

* This class can be used as a short hand when a class of type - * Map is required. + * Map<QName, Serializable> is required. * * @author Roy Wetherall */