# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /home/hmichel/projetos/netbeans/main # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ElementNode.java --- java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ElementNode.java Base (BASE) +++ java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ElementNode.java Locally Modified (Based On LOCAL) @@ -152,7 +152,7 @@ } protected Node[] createNodes(Description key) { - return new Node[] {new ElementNode(key, true)}; + return new Node[] {new ElementNode(key, false)}; } }