Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/communication/VOSC.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.bo.views.communication;
2 3
3 4 import java.util.*;
  @@ -33,4 +34,4 @@
33 34 ImmutableArrayList<T> zRows = (pRows instanceof ImmutableArrayList) ? (ImmutableArrayList<T>) pRows : new ImmutableArrayList<T>( pRows );
34 35 return new SCresult( new VOSCresponseRows( zRows ) );
35 36 }
36 - }
37 + }