java/sql-dk/src/info/globalcode/sql/dk/formatting/XmlFormatter.java
branchv_0
changeset 207 2bba68ef47c1
parent 206 e2f24eea8543
child 225 906f767ef9b3
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/XmlFormatter.java	Sat Aug 15 10:20:39 2015 +0200
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/XmlFormatter.java	Sat Aug 15 10:34:18 2015 +0200
     1.3 @@ -43,7 +43,7 @@
     1.4   *
     1.5   * @author Ing. František Kučera (frantovo.cz)
     1.6   */
     1.7 -@PropertyDeclaration(name = XmlFormatter.PROPERTY_LABELED_COLUMNS, type = Boolean.class, description = "whether to add 'label' attribute to each 'column' element")
     1.8 +@PropertyDeclaration(name = XmlFormatter.PROPERTY_LABELED_COLUMNS, defaultValue = "false", type = Boolean.class, description = "whether to add 'label' attribute to each 'column' element")
     1.9  public class XmlFormatter extends AbstractXmlFormatter {
    1.10  
    1.11  	public static final String NAME = "xml"; // bash-completion:formatter