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

(-)src/org/netbeans/mdr/handlers/BaseObjectHandler.java (-1 / +1 lines)
Lines 330-336 Link Here
330
    }
330
    }
331
331
332
    public final String refMofId() {
332
    public final String refMofId() {
333
        return _getDelegate().getMofId();
333
        return mofId;
334
    }
334
    }
335
    
335
    
336
    public Collection refVerify(boolean deepVerify) {
336
    public Collection refVerify(boolean deepVerify) {

Return to bug 21767