Skip to content

Commit 8b91981

Browse files
committed
Add comment
1 parent ec66903 commit 8b91981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/commons/lang3/CharSequenceUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ public static CharSequence subSequence(final CharSequence cs, final int start) {
357357
* @since 3.11
358358
*/
359359
public static char[] toCharArray(final CharSequence source) {
360+
// See CharSequenceUtilsBenchmark
360361
final int len = StringUtils.length(source);
361362
if (len == 0) {
362363
return ArrayUtils.EMPTY_CHAR_ARRAY;

0 commit comments

Comments
 (0)