[ 
https://issues.apache.org/jira/browse/LUCENE-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766652#action_12766652
 ] 

Kay Kay commented on LUCENE-1985:
---------------------------------

Thanks Uwe. 

Added another patch to LUCENE-1257 to get away from some of the casting that is 
not necessary given that LUCENE-1984 and LUCENE-1985 are in now ( with generics 
). 

> DisjunctionMaxQuery -  Iterator code to  for ( A  a : container ) construct
> ---------------------------------------------------------------------------
>
>                 Key: LUCENE-1985
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1985
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Kay Kay
>            Assignee: Uwe Schindler
>            Priority: Trivial
>             Fix For: 3.0
>
>         Attachments: LUCENE-1985.patch
>
>
> For better readability  - converting the Iterable<T> to  for ( A  a : 
> container ) constructs that is more intuitive to read. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to