[
https://issues.apache.org/jira/browse/OAK-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Dürig resolved OAK-8.
-----------------------------
Resolution: Fixed
Applied patch in revision 1299385
> Make return types of NodeState#getProperties() and
> NodeState#getChildNodeEntries() covariant
> --------------------------------------------------------------------------------------------
>
> Key: OAK-8
> URL: https://issues.apache.org/jira/browse/OAK-8
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Reporter: Michael Dürig
> Assignee: Michael Dürig
> Fix For: 0.1
>
> Attachments: OAK-8.patch
>
>
> The current invariant return types do not allow for example for
> {code}
> @Override
> public Iterable<PropertyState> getProperties() {
> return new ArrayList<PropertyStateImpl>();
> }
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira