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.