[
https://issues.apache.org/jira/browse/JCR-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting updated JCR-1498:
-------------------------------
Fix Version/s: (was: 1.5)
> ManageableCollectionUtil should support Map and HashMap
> -------------------------------------------------------
>
> Key: JCR-1498
> URL: https://issues.apache.org/jira/browse/JCR-1498
> Project: Jackrabbit
> Issue Type: Bug
> Components: jackrabbit-ocm
> Affects Versions: 1.5
> Reporter: Stephane Landelle
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> ManageableCollectionUtil doesn't supports Map and HashMap.
> just add :
> if (collectionClass.equals(Map.class) ||
> collectionClass.equals(HashMap.class)) {
> return new ManagedHashMap();
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.