Subversion Repository Public Repository

litesoft

Diff Revisions 151 vs 811 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/ViewObjectSet.java

Diff revisions: vs.
  @@ -4,7 +4,7 @@
4 4 import java.io.*;
5 5 import java.util.*;
6 6
7 - import org.litesoft.core.util.*;
7 + import org.litesoft.core.typeutils.*;
8 8
9 9 public class ViewObjectSet implements Serializable
10 10 {
  @@ -82,7 +82,7 @@
82 82
83 83 protected void LLtitle( StringBuilder pSB )
84 84 {
85 - pSB.append( UtilsCommon.justClassNameOf( this ) );
85 + pSB.append( Objects.justClassNameOf( this ) );
86 86 }
87 87
88 88 /**