diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java index 0ef40d96e..93428f985 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java @@ -620,6 +620,9 @@ public RevTree lookupTree(final AnyObjectId id) { *

* The commit may or may not exist in the repository. It is impossible to * tell from this method's return value. + *

+ * See {@link #parseHeaders(RevObject)} and {@link #parseBody(RevObject)} + * for loading contents. * * @param id * name of the commit object.