]> source.dussan.org Git - jgit.git/commitdiff
Fix BlameResult.computeRange JavaDoc to exclude end index 06/25606/1
authorKonrad Kügler <swamblumat-eclipsebugs@yahoo.de>
Sat, 26 Apr 2014 12:29:55 +0000 (14:29 +0200)
committerKonrad Kügler <swamblumat-eclipsebugs@yahoo.de>
Sat, 26 Apr 2014 12:31:47 +0000 (14:31 +0200)
Change-Id: Ifd7dd86e3848eb7a522ba5c49d5c216777484f3b
Signed-off-by: Konrad Kügler <swamblumat-eclipsebugs@yahoo.de>
org.eclipse.jgit/src/org/eclipse/jgit/blame/BlameResult.java

index faaa227b4867b50162c34e4c510834081ebfd22c..735eef7edc3dacf66ee1f257dda6493ad114b556 100644 (file)
@@ -280,9 +280,9 @@ public class BlameResult {
         * 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.
         */