Subversion Repository Public Repository

litesoft

Diff Revisions 938 vs 939 for /trunk/Java/core/Server/src/org/litesoft/util/LineReaderIterator.java

Diff revisions: vs.
  @@ -3,7 +3,8 @@
3 3
4 4 import java.io.*;
5 5
6 - import org.litesoft.core.util.*;
6 + import org.litesoft.commonfoundation.exceptions.*;
7 + import org.litesoft.commonfoundation.interators.*;
7 8
8 9 /**
9 10 * An Iterator representing the results of repeatedly calling readLine
  @@ -13,7 +14,7 @@
13 14 * @version 1.0 7/28/01
14 15 */
15 16
16 - public class LineReaderIterator extends AbstractReadOnlyIterator<String>
17 + public class LineReaderIterator extends Iterators.AbstractReadOnly<String>
17 18 {
18 19 /**
19 20 * Construct an Iterator representing the results of repeatedly