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

(-)RootNode.java (-1 / +1 lines)
Lines 67-73 Link Here
67
    }
67
    }
68
68
69
    public boolean canRename() {
69
    public boolean canRename() {
70
        return true;
70
        return false;
71
    }
71
    }
72
    
72
    
73
    /**
73
    /**

Return to bug 19596