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

(-)a/schema2beans/dev/src/org/netbeans/modules/schema2beansdev/JavaBeanClass.java (-1 / +6 lines)
Lines 1563-1569 public class JavaBeanClass extends Abstr Link Here
1563
        jw.writeEol("writeNodeAttributes(out, nodeName, namespace, indent, namespaceMap)");
1563
        jw.writeEol("writeNodeAttributes(out, nodeName, namespace, indent, namespaceMap)");
1564
1564
1565
        if (hasSubElements) {
1565
        if (hasSubElements) {
1566
            geneol("out.write(\">\\n\")");
1566
            geneol("out.write(\">\")");
1567
            // see #132795
1568
            gen("if (sizeComments() > 0)");
1569
            cr();
1570
            jw.indentOneLevel();
1571
            geneol("out.write(\"\\n\")");
1567
        } else {
1572
        } else {
1568
        }                
1573
        }                
1569
            
1574
            

Return to bug 132795