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

(-)src/org/netbeans/core/AutomountSupport.java (-7 / +1 lines)
Lines 335-339 Link Here
335
                    String name = fs.getDisplayName ();
336
                    if ("".equals (name)) { 
337
                        // name should not be empty, in such case give the InstanceDataObject chance to decide what name use
338
                        name = null;
339
                    }
Line 342 Link Here
342
                        dobj = InstanceDataObject.create (df, name, fs, null);
337
                        dobj = InstanceDataObject.create (df, null, fs, null);
343
--

Return to bug 20907