134135136137138139140141142143144
} } else { if (arc.getSkin() == null) writer.writeComment("ERROR: Could not create stylesheet, because " + "no skin is available"); else writer.writeComment("ERROR: could not create stylesheet for " + arc.getSkin().getStyleSheetName()); }
137138139140141142143144145146147
{ if (arc.getSkin() == null) writer.writeComment("ERROR: Could not create stylesheet, because " + "no skin is available"); else writer.writeComment("ERROR: could not create stylesheet for " + arc.getSkin().getStyleSheetName()); } }