Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/orsup/lazyload/LazyLoadToManyVariable.java

Diff revisions: vs.
  @@ -4,13 +4,11 @@
4 4 import org.litesoft.orsup.nonpublic.*;
5 5 import org.litesoft.orsup.otherattributeaccessors.*;
6 6
7 - public class LazyLoadToManyVariable<Owner extends PersistentObjectImpl, Them extends PersistentObjectImpl>
8 - extends AbstractLazyLoadToMany<Owner, Them> implements ToVariable
7 + public class LazyLoadToManyVariable<Owner extends PersistentObjectImpl, Them extends PersistentObjectImpl> extends AbstractLazyLoadToMany<Owner, Them> implements ToVariable
9 8 {
10 9 protected AttributeAccessorSCDtoManyVariable<Owner, Them> mSCDtoVarMany;
11 10
12 - public LazyLoadToManyVariable( Owner pOwner,
13 - AttributeAccessorSCDtoManyVariable<Owner, Them> pSCDtoVarMany )
11 + public LazyLoadToManyVariable( Owner pOwner, AttributeAccessorSCDtoManyVariable<Owner, Them> pSCDtoVarMany )
14 12 {
15 13 super( pOwner, pSCDtoVarMany );
16 14 mSCDtoVarMany = pSCDtoVarMany;