Changeset 19588


Ignore:
Timestamp:
01/31/12 11:29:11 (4 months ago)
Author:
sys
Message:

pb generics javac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_Orient/src/eu/scenari/orient/recordstruct/lib/link/ValueRevLinksIBspU.java

    r19581 r19588  
    224224                if (vBothSideProps == null) throw new ScException("addRevLink() : bothSideProperties is null."); 
    225225                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); 
    227227                getPojo().put(vBothSideProps, vLinkerId); 
    228228                if (getMainRecord().getValue() instanceof IReverseLinkListener) { 
Note: See TracChangeset for help on using the changeset viewer.