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

(-)java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ElementNode.java (-1 / +1 lines)
Lines 152-158 Link Here
152
        }
152
        }
153
        
153
        
154
        protected Node[] createNodes(Description key) {
154
        protected Node[] createNodes(Description key) {
155
            return new Node[] {new ElementNode(key, true)};
155
            return new Node[] {new ElementNode(key, false)};
156
        }
156
        }
157
    }
157
    }
158
    
158
    

Return to bug 192106