You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Jörn Kottmann <ko...@gmail.com> on 2009/08/25 11:18:28 UTC

FSLeafIndexImpl.iterator()

  public FSIterator<T> iterator() {
    System.out.println(this.getClass().getName());
    return new FSIteratorWrapper<T>(refIterator(), this.lowLevelCAS);
  }

I removed the sysout.

Jörn