-
Gary Gregory authored
Util Strings class and reuse throughout Log4j. Replace odd code pattern that causes a FindBugs warning: sb.append(String.format("}%n", "")); // yes, does not use args to apply %n with: sb.append('}'); sb.append(Strings.LINE_SEPARATOR);
732f8ecf