[ 
https://issues.apache.org/jira/browse/JCR-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christophe Lombart closed JCR-1498.
-----------------------------------

       Resolution: Duplicate
    Fix Version/s: 1.5

Duplicate of 1339

> 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
>             Fix For: 1.5
>
>   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.

Reply via email to