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

Change-Id: I7765d1a69d19968ebad603025a9c686f17633ebd
This commit is contained in:
Robin Stocker 2012-10-13 21:25:29 +02:00
parent 14164e040c
commit c8ed4a5006
1 changed files with 3 additions and 0 deletions

View File

@ -620,6 +620,9 @@ public RevTree lookupTree(final AnyObjectId id) {
* <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.