From ac909ec89d7a6f59e2d02dcc900a4f80576b12a4 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 16 Aug 2011 13:22:42 -0700 Subject: [PATCH] Fix typo in IndexDiff.getModified() comment. Removes an extra instance of the word 'on'. Change-Id: Ie5f137f0dda440f5879f6d5c62ebce0431530ad7 Signed-off-by: Kevin Sawicki --- org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java index 0b23b23bdd..5d121dd92b 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java @@ -377,7 +377,7 @@ public class IndexDiff { } /** - * @return list of files on modified on disk relative to the index + * @return list of files modified on disk relative to the index */ public Set getModified() { return modified; -- 2.39.5