Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/Anywhere/tests/org/litesoft/core/util/text/CodedTextManagerTest.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.core.util.text;
2 3
3 4 import junit.framework.*;
  @@ -35,4 +36,4 @@
35 36 String zChangedEntry = zCTM.update( "A" );
36 37 System.out.println( "CodedTextManagerTest.test_Update: " + zChangedEntry );
37 38 }
38 - }
39 + }