diff options
| author | Kevin Sawicki | 2011-08-24 01:41:05 +0000 |
|---|---|---|
| committer | Christian Halstrick | 2011-10-04 09:39:51 +0000 |
| commit | 565e4a06ef2eef4aa600b1401257bd87088f5666 (patch) | |
| tree | badd0843bb87494b74ba4fcaadb3918076175829 | |
| parent | 602c869d7a2b75f092ef96ab04fe1865ff317d5b (diff) | |
| download | jgit-565e4a06ef2eef4aa600b1401257bd87088f5666.tar.gz jgit-565e4a06ef2eef4aa600b1401257bd87088f5666.tar.xz jgit-565e4a06ef2eef4aa600b1401257bd87088f5666.zip | |
Add missing comment text for mergeCommitTree parameter
Change-Id: I35cef13d8be4f06515668f710fd508700b90f44d
Signed-off-by: Kevin Sawicki <kevin@github.com>
| -rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java b/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java index 04f0077d86..68a53dfa87 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java @@ -174,7 +174,7 @@ public class DirCacheCheckout { * @param dc * the (already locked) Dircache for this repo * @param mergeCommitTree - * the id of the tree of the + * the id of the tree we want to fast-forward to * @throws IOException */ public DirCacheCheckout(Repository repo, ObjectId headCommitTree, |
