mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
Merge branch 'master' of oss:/var/local/git/avian
This commit is contained in:
commit
7343eea558
@ -118,7 +118,7 @@ public class StringBuilder {
|
||||
}
|
||||
|
||||
public StringBuilder insert(int i, String s) {
|
||||
if (i < 0 || i >= length) {
|
||||
if (i < 0 || i > length) {
|
||||
throw new IndexOutOfBoundsException();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user