Javadoc for Feature.isMultipleReferencesAllowed is incorrect ------------------------------------------------------------
Key: UIMA-396 URL: https://issues.apache.org/jira/browse/UIMA-396 Project: UIMA Issue Type: Bug Components: Core Java Framework Affects Versions: 2.1 Reporter: Adam Lally Assigned To: Adam Lally Priority: Trivial Fix For: 2.2 It says: * @return <code>true</code> iff the value type of this feature is primitive, or if it's an * array valued feature and has been declared not to allow multiple references. This is backwards. If the feature is declared _not_ to allow multiple references, then the return value of Feature.isMultipleReferencesAllowed is false. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.