Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,10 +1,10 @@
1 - // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 2 package org.litesoft.util;
3 3
4 4 import java.io.*;
5 5
6 6 import org.litesoft.commonfoundation.exceptions.*;
7 - import org.litesoft.commonfoundation.interators.*;
7 + import org.litesoft.commonfoundation.iterators.*;
8 8
9 9 /**
10 10 * An Iterator representing the results of repeatedly calling readLine