private static String listToString(final List l) { StringBuffer buf = new StringBuffer(180); why this StringBuffer init as 180? thx
private static String listToString(final List l) {
StringBuffer buf = new StringBuffer(180);
why this StringBuffer init as 180?
thx