Smack/config
Florian Schmaus e0e4fd9b12 Add checkstyle rule for StringBuilder.append(char)
And replace all instances where String.Builder.append() is called with a
String of length one with append(char).

Also adds StringUtils.toStringBuilder(Collection, String).
2015-07-27 19:02:11 +02:00
..
checkstyle.xml Add checkstyle rule for StringBuilder.append(char) 2015-07-27 19:02:11 +02:00
header.txt Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
suppressions.xml Remove no longer required checkstyle supression 2015-04-05 10:55:33 +02:00