Code review
This commit is contained in:
parent
2ec906afb2
commit
ca3811412b
|
@ -97,6 +97,7 @@ public class StringUtil {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// char count can only be bigger than the code point count
|
||||||
if (theString.length() <= theCodePointCount) {
|
if (theString.length() <= theCodePointCount) {
|
||||||
return theString;
|
return theString;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue