mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -30,7 +30,7 @@ import org.alfresco.util.Pair;
|
|||||||
* Property map helper class.
|
* Property map helper class.
|
||||||
* <p>
|
* <p>
|
||||||
* This class can be used as a short hand when a class of type
|
* This class can be used as a short hand when a class of type
|
||||||
* Map<QName, Serializable> is required.
|
* Map<QName, Serializable> is required.
|
||||||
*
|
*
|
||||||
* @author Roy Wetherall
|
* @author Roy Wetherall
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user