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

(-)XMLMapAttr.java (+4 lines)
Lines 522-527 Link Here
522
                return isValid("URLVALUE"); // NOI18N            
522
                return isValid("URLVALUE"); // NOI18N            
523
            }
523
            }
524
524
525
            if (o instanceof Method) {
526
                return isValid("METHODVALUE"); // NOI18N
527
            }
528
            
525
            return isValid("SERIALVALUE"); // NOI18N
529
            return isValid("SERIALVALUE"); // NOI18N
526
        }
530
        }
527
531

Return to bug 120724