]> source.dussan.org Git - jgit.git/commitdiff
RevWalk: Add link to parseHeaders/parseBody in Javadoc of lookupCommit 93/8193/1
authorRobin Stocker <robin@nibor.org>
Sat, 13 Oct 2012 19:25:29 +0000 (21:25 +0200)
committerRobin Stocker <robin@nibor.org>
Sat, 13 Oct 2012 19:25:29 +0000 (21:25 +0200)
Change-Id: I7765d1a69d19968ebad603025a9c686f17633ebd

org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java

index 0ef40d96e43fd6e7b1d60d8ab14a98958268dbf6..93428f9851763478989830a95033bc081763fc6f 100644 (file)
@@ -620,6 +620,9 @@ public class RevWalk implements Iterable<RevCommit> {
         * <p>
         * The commit may or may not exist in the repository. It is impossible to
         * tell from this method's return value.
+        * <p>
+        * See {@link #parseHeaders(RevObject)} and {@link #parseBody(RevObject)}
+        * for loading contents.
         *
         * @param id
         *            name of the commit object.