Hi Reto,

I made a subclass of IteratorMerger which merges also ClosableIterators.
I needed access to the fields to implement the close()-method (which
closes all ClosableIterators in the baseIterators). If you consider it
bad design let me know and revert it. Anyway I added the missing
javadocs.

Cheers,
Manuel


On Wed, 2010-07-21 at 12:00 +0200, Reto Bachmann-Gmuer wrote:
> Hi Manuel
> 
> I've noticed that in
> org.apache.clerezza.utils/src/main/java/org/apache/clerezza/utils/IteratorMerger.java
>  you have changed the visibility of the fields from private to protected. I'm 
> wondering what the motivation for this is, also (I know I'm forgetting this 
> often too) all public and protected members should have a javadoc comment.
> 
> Cheers,
> reto
> 
> 


Reply via email to