Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -4,8 +4,7 @@
4 4 import org.litesoft.bo.attributes.*;
5 5 import org.litesoft.orsup.base.*;
6 6
7 - public abstract class AttributeAccessorSCDsimpleVirtualRegular<Owner extends PersistentObject>
8 - extends AbstractAttributeAccessorSCDsimpleVirtual<Owner>
7 + public abstract class AttributeAccessorSCDsimpleVirtualRegular<Owner extends PersistentObject> extends AbstractAttributeAccessorSCDsimpleVirtual<Owner>
9 8 {
10 9 protected AttributeAccessorSCDsimpleVirtualRegular( String pName, boolean pRequired, AttributeMetaData pAMD )
11 10 {