Subversion Repository Public Repository

litesoft

Diff Revisions 948 vs 949 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/mock/MockServerVoPersister.java

Diff revisions: vs.
  @@ -5,6 +5,7 @@
5 5 import org.litesoft.bo.views.*;
6 6 import org.litesoft.bo.views.communication.*;
7 7 import org.litesoft.bo.views.server.*;
8 + import org.litesoft.commonfoundation.base.*;
8 9 import org.litesoft.commonfoundation.exceptions.*;
9 10 import org.litesoft.commonfoundation.iterators.*;
10 11 import org.litesoft.commonfoundation.typeutils.Objects;
  @@ -81,7 +82,7 @@
81 82 }
82 83 T zMemberInstance = castToIfSameType( zMember );
83 84 if ( zMemberInstance == null ) {
84 - zProblems.append( "\nCommit on " ).append( Objects.justClassNameOf( this ) ).append( " only supports TransactionSet members of type '" )
85 + zProblems.append( "\nCommit on " ).append( ClassName.simple( this ) ).append( " only supports TransactionSet members of type '" )
85 86 .append( mTable.getObjectName() ).append( "', but found a type of '" ).append( zMember.getVoMetaData().getObjectName() )
86 87 .append( "': " ).append( zMember );
87 88 continue;