This commit is contained in:
TomyLobo
2011-11-23 02:29:48 +01:00
parent 1a57f6e95d
commit 7e13b60a51
161 changed files with 1433 additions and 1412 deletions

View File

@@ -37,7 +37,7 @@ public class StringUtil {
if (str.length() > len) {
return str.substring(0, len);
}
return str;
}
@@ -156,7 +156,7 @@ public class StringUtil {
if (i > 0) {
buffer.append(delimiter);
}
buffer.append(o.toString());
}
++i;