mirror of
https://github.com/corda/corda.git
synced 2025-02-12 05:35:50 +00:00
If fromIndex 'is greater than or equal to the length of this string, it has the same effect as if it were equal to one less than the length of the string': http://docs.oracle.com/javase/6/docs/api/java/lang/String.html#lastIndexOf%28int,%20int%29 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>