mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
added comment
This commit is contained in:
parent
6c4367282b
commit
650d06f11f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user