Browse Source

RevWalk: Add link to parseHeaders/parseBody in Javadoc of lookupCommit

Change-Id: I7765d1a69d19968ebad603025a9c686f17633ebd
stable-2.2
Robin Stocker 12 years ago
parent
commit
c8ed4a5006
  1. 3
      org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java

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

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

Loading…
Cancel
Save