Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/TextLines.java

Diff revisions: vs.
  @@ -1,11 +1,11 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.core.simpletypes;
3 3
4 + import java.util.*;
5 +
4 6 import org.litesoft.core.simpletypes.nonpublic.*;
5 7 import org.litesoft.core.util.*;
6 8
7 - import java.util.*;
8 -
9 9 /**
10 10 * TextLines is Immutable and carries only instances of TextLine
11 11 */