Fix BlameResult.computeRange JavaDoc to exclude end index

Change-Id: Ifd7dd86e3848eb7a522ba5c49d5c216777484f3b
Signed-off-by: Konrad Kügler <swamblumat-eclipsebugs@yahoo.de>
This commit is contained in:
Konrad Kügler 2014-04-26 14:29:55 +02:00
parent 8923e67a16
commit ca207b938d
1 changed files with 2 additions and 2 deletions

View File

@ -280,9 +280,9 @@ public int lastLength() {
* Compute until the entire range has been populated.
*
* @param start
* first index to examine.
* first index to examine (inclusive).
* @param end
* last index to examine.
* end index (exclusive).
* @throws IOException
* the repository cannot be read.
*/