Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -7,8 +7,7 @@
7 7 import org.litesoft.orsup.nonpublic.*;
8 8 import org.litesoft.util.*;
9 9
10 - public abstract class AttributeAccessorSCDtoOnePaired<Owner extends PersistentObjectImpl, Them extends PersistentObjectImpl>
11 - extends AbstractAttributeAccessorSCDtoOne<Owner, Them>
10 + public abstract class AttributeAccessorSCDtoOnePaired<Owner extends PersistentObjectImpl, Them extends PersistentObjectImpl> extends AbstractAttributeAccessorSCDtoOne<Owner, Them>
12 11 {
13 12 public AttributeAccessorSCDtoOnePaired( String pName, String pToOneTypeName )
14 13 {
  @@ -29,8 +28,7 @@
29 28 @Override
30 29 public final void setValueOnPO( Owner pPO, Object pValue )
31 30 {
32 - throw new IllegalArgumentException( "Direct setting of a Paired To One relationship is Not Supported for type (" +
33 - Utils.classNameOf( pValue ) + ") w/ value: " + pValue );
31 + throw new IllegalArgumentException( "Direct setting of a Paired To One relationship is Not Supported for type (" + Utils.classNameOf( pValue ) + ") w/ value: " + pValue );
34 32 }
35 33
36 34 @Override