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