This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 21616
Collapse All | Expand All

(-)StorableAssociation.java (-1 / +1 lines)
Lines 415-421 Link Here
415
     */    
415
     */    
416
    public void removeLink (String a, String b) throws StorageException {
416
    public void removeLink (String a, String b) throws StorageException {
417
        removeLinkEnd(b, a, aIndex, multiValuedA);
417
        removeLinkEnd(b, a, aIndex, multiValuedA);
418
        removeLinkEnd(a, b, aIndex, multiValuedB);
418
        removeLinkEnd(a, b, bIndex, multiValuedB);
419
    }
419
    }
420
420
421
    protected Index getIndex(String end) throws StorageException {
421
    protected Index getIndex(String end) throws StorageException {

Return to bug 21616