StringUtils: fix checkstyle violation

This commit is contained in:
pascalschumacher 2018-05-27 22:17:47 +02:00
parent ae7bef343f
commit b933f55e58
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
*/
//@Immutable
public class StringUtils {
private static final int STRING_BUILDER_SIZE = 256;
// Performance testing notes (JDK 1.4, Jul03, scolebourne)