docs: Annotation error StringUtils.repeat("", "x", 3) = "xx"; (#918)
This commit is contained in:
parent
386f6725bd
commit
f099b4a5fc
|
@ -6352,7 +6352,7 @@ public class StringUtils {
|
|||
* StringUtils.repeat(null, "x", 2) = null
|
||||
* StringUtils.repeat("", null, 0) = ""
|
||||
* StringUtils.repeat("", "", 2) = ""
|
||||
* StringUtils.repeat("", "x", 3) = "xxx"
|
||||
* StringUtils.repeat("", "x", 3) = "xx"
|
||||
* StringUtils.repeat("?", ", ", 3) = "?, ?, ?"
|
||||
* </pre>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue