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

(-)src/org/netbeans/modules/web/context/WebContextObject.java (-3 / +1 lines)
Line 184 Link Here
184
                if (sysName.equals ("")) {
184
                if (sysName == null) {
185
--
Line 1399 Link Here
1399
            if (str==null) return "";

Return to bug 40768