mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Merge pull request #120 from shannah/fix_stringbuilder_deleteCharAt
Fixed StringBuilder.deleteCharAt
This commit is contained in:
commit
a0d223cc1b
|
@ -686,7 +686,6 @@ class TAbstractStringBuilder extends TObject implements TSerializable, TCharSequ
|
|||
for (int i = index; i < length; ++i) {
|
||||
buffer[i] = buffer[i + 1];
|
||||
}
|
||||
--length;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user