[
https://issues.apache.org/jira/browse/JCR-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke updated JCR-4302:
--------------------------------
Description:
{noformat}
The method getSizedIterator(Iterator<T>, long) in the type BTreeManager is not
applicable for the arguments (Iterator, long)
{noformat}
...because of missing cast of {{properties}} to {{Iterator<Property>}}.
(I don't get why Eclipse thinks that to be an error, but will slightly refactor
anyway)
was:
{noformat}
The method getSizedIterator(Iterator<T>, long) in the type BTreeManager is not
applicable for the arguments (Iterator, long)
{noformat}
...because of missing cast of {{properties}} to {{Iterator<Property>}}.
> BTreeManager: fix Eclipse compiler error
> ----------------------------------------
>
> Key: JCR-4302
> URL: https://issues.apache.org/jira/browse/JCR-4302
> Project: Jackrabbit Content Repository
> Issue Type: Task
> Components: jackrabbit-jcr-commons
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Minor
> Fix For: 2.18
>
>
> {noformat}
> The method getSizedIterator(Iterator<T>, long) in the type BTreeManager is
> not applicable for the arguments (Iterator, long)
> {noformat}
> ...because of missing cast of {{properties}} to {{Iterator<Property>}}.
>
> (I don't get why Eclipse thinks that to be an error, but will slightly
> refactor anyway)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)