Browse Source

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

Change-Id: I7765d1a69d19968ebad603025a9c686f17633ebd
tags/v2.2.0.201212191850-r
Robin Stocker 11 years ago
parent
commit
c8ed4a5006
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java

+ 3
- 0
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java View 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.

Loading…
Cancel
Save