You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florent Guillaume (JIRA)" <ji...@apache.org> on 2009/12/16 20:08:18 UTC

[jira] Resolved: (CMIS-79) boolean multi in PropertiesElement.setProperty(...) is always false

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

Florent Guillaume resolved CMIS-79.
-----------------------------------

    Resolution: Fixed

Thanks.
r891386

> boolean multi in PropertiesElement.setProperty(...) is always false
> -------------------------------------------------------------------
>
>                 Key: CMIS-79
>                 URL: https://issues.apache.org/jira/browse/CMIS-79
>             Project: Chemistry
>          Issue Type: Bug
>          Components: atompub
>            Reporter: Florian Roth
>
> boolean multi in PropertiesElement.setProperty(...) is always false
> should be 
> boolean multi = value.getClass().isArray() ? true :false;
>         

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.