Changeset 19588
- Timestamp:
- 01/31/12 11:29:11 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_Orient/src/eu/scenari/orient/recordstruct/lib/link/ValueRevLinksIBspU.java
r19581 r19588 224 224 if (vBothSideProps == null) throw new ScException("addRevLink() : bothSideProperties is null."); 225 225 if (getPojo().containsKey(vBothSideProps)) throw new ScException("addRevLink() : linker " + pNewLink.getLinkerId() + " has BSP '" + vBothSideProps + "' already exist in linked " + getMainRecord().getIdentity()); 226 vBothSideProps = vBothSideProps.copy(this, IValue.CopyObjective.forDuplicate);226 vBothSideProps = (K) vBothSideProps.copy(this, IValue.CopyObjective.forDuplicate); 227 227 getPojo().put(vBothSideProps, vLinkerId); 228 228 if (getMainRecord().getValue() instanceof IReverseLinkListener) {
Note: See TracChangeset
for help on using the changeset viewer.