Skip to content

Commit

Permalink
TxnIterator javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pveentjer committed Apr 8, 2012
1 parent 2c9e5b6 commit 0633a50
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -4,6 +4,12 @@

import java.util.Iterator;

/**
* A Transactional version of the {@link Iterator}. For every method in the
* Iterator interface, a new method with a transaction parameter has been added.
*
* @param <E>
*/
public interface TxnIterator<E> extends Iterator<E> {

/**
Expand Down

0 comments on commit 0633a50

Please sign in to comment.