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

(-)AutomountSupport.java (-7 / +1 lines)
Lines 314-318 Link Here
314
                    String name = fs.getDisplayName ();
315
                    if ("".equals (name)) { 
316
                        // name should not be empty, in such case give the InstanceDataObject chance to decide what name use
317
                        name = null;
318
                    }
Line 321 Link Here
321
                        dobj = InstanceDataObject.create (df, name, fs, null);
316
                        dobj = InstanceDataObject.create (df, null, fs, null);
322
--

Return to bug 20907