Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/ViewObject.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;
2 3
3 4 import org.litesoft.bo.*;
  @@ -221,7 +222,7 @@
221 222 VO them = mVoMetaData.createViewObject( this.isNew(), pTransactionSet );
222 223
223 224 them.setRecordVersion( this.getRecordVersion() );
224 -
225 +
225 226 ((ViewObject) them).populateFrom( this );
226 227
227 228 them.initialize();