diff -r e2f24eea8543 -r 2bba68ef47c1 java/sql-dk/src/info/globalcode/sql/dk/formatting/SingleRecordFormatter.java --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/SingleRecordFormatter.java Sat Aug 15 10:20:39 2015 +0200 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/SingleRecordFormatter.java Sat Aug 15 10:34:18 2015 +0200 @@ -28,7 +28,7 @@ * * @author Ing. František Kučera (frantovo.cz) */ -@PropertyDeclaration(name = COLORFUL, type = Boolean.class, description = COLORFUL_DESCRIPTION) +@PropertyDeclaration(name = COLORFUL, defaultValue = "true", type = Boolean.class, description = COLORFUL_DESCRIPTION) public class SingleRecordFormatter extends AbstractFormatter { public static final String NAME = "record"; // bash-completion:formatter