added comment

This commit is contained in:
Timo Westkämper 2010-06-06 20:26:57 +00:00
parent 6c4367282b
commit 650d06f11f

View File

@ -16,6 +16,7 @@ import com.mysema.commons.lang.CloseableIterator;
*
* @param <T>
*/
// TODO : put this functionality into IteratorAdapter
public class ResultIterator<T> implements CloseableIterator<T>{
private final Closeable closeable;