|
@@ -438,7 +438,7 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils {
|
|
|
|
|
|
|
|
throw new RuntimeException(String.format(
|
|
throw new RuntimeException(String.format(
|
|
|
"无法生成不重复的字符串:在 %d 次重试后仍命中黑名单。可能原因:长度(%d)太短、字符集太小(%d),或 excludes 列表过大导致可用组合耗尽。",
|
|
"无法生成不重复的字符串:在 %d 次重试后仍命中黑名单。可能原因:长度(%d)太短、字符集太小(%d),或 excludes 列表过大导致可用组合耗尽。",
|
|
|
- MAX_RETRY, length, pool.size()
|
|
|
|
|
|
|
+ retryCount, length, pool.size()
|
|
|
));
|
|
));
|
|
|
|
|
|
|
|
}
|
|
}
|