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

(-)ExplorerManager.java (-2 / +2 lines)
Lines 753-761 Link Here
753
        }
753
        }
754
            */
754
            */
755
755
756
            run ();
756
            //run ();
757
            // posts request to be processed lazily
757
            // posts request to be processed lazily
758
            //      RequestProcessor.postRequest (this);
758
                  RequestProcessor.postRequest (this);
759
        }
759
        }
760
760
761
        public void run () {
761
        public void run () {

Return to bug 19938