Subversion Repository Public Repository

litesoft

Diff Revisions 810 vs 811 for /trunk/Java/core/Anywhere/src/org/litesoft/memobeansupport/AbstractMemoBean.java

Diff revisions: vs.
  @@ -184,7 +184,7 @@
184 184 @Override
185 185 public StringBuilder toStringBuilder( StringBuilder pSB, int pDepth )
186 186 {
187 - pSB.append( UtilsCommon.justClassNameOf( this ) );
187 + pSB.append( Objects.justClassNameOf( this ) );
188 188 String zIndex = Strings.spaces( ++pDepth * 4 );
189 189 String zPrefix = ":";
190 190 for ( AbstractAttributeProxy zProxy : mAttributeProxies )