Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -49,7 +49,8 @@
49 49 zFound = zIterator.next();
50 50 if ( zIterator.hasNext() )
51 51 {
52 - throw new MultipleMatchingPersistenceException( "More than one " + mTable.getObjectName() + " resulted from Filters: " + UtilsCommon.toString( pORed_ANDFilters ) );
52 + throw new MultipleMatchingPersistenceException( "More than one " + mTable.getObjectName() + " resulted from Filters: " + Objects
53 + .toString( pORed_ANDFilters ) );
53 54 }
54 55 }
55 56 return augment( zFound );