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 114378
Collapse All | Expand All

(-)AbstractProjectSearchScope.java (-1 / +1 lines)
Lines 62-68 Link Here
62
        openProjectsWeakListener = null;
62
        openProjectsWeakListener = null;
63
    }
63
    }
64
    
64
    
65
    public final synchronized void propertyChange(PropertyChangeEvent e) {
65
    public final void propertyChange(PropertyChangeEvent e) {
66
        if (interestingProperty.equals(e.getPropertyName())) {
66
        if (interestingProperty.equals(e.getPropertyName())) {
67
            updateIsApplicable();
67
            updateIsApplicable();
68
        }
68
        }

Return to bug 114378