mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
working reflection
This commit is contained in:
@ -101,7 +101,8 @@ public final class String implements Comparable<String> {
|
||||
return new String(data, offset + start, end - start, false);
|
||||
}
|
||||
} else {
|
||||
throw new IndexOutOfBoundsException();
|
||||
throw new IndexOutOfBoundsException
|
||||
(start + " not in (0, " + end + ") or " + end + " > " + length);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user