Browse Source

Correct typo in RevWalk.parseBody comment

Change-Id: I0e65a5a6809a8d32d256322dbcae94b6aa603e5e
Signed-off-by: Kevin Sawicki <kevin@github.com>
tags/v1.2.0.201112221803-r
Kevin Sawicki 12 years ago
parent
commit
86e96b41e2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java View File

@@ -965,7 +965,7 @@ public class RevWalk implements Iterable<RevCommit> {
}

/**
* Ensure the object's fully body content is available.
* Ensure the object's full body content is available.
* <p>
* This method only returns successfully if the object exists and was parsed
* without error.

Loading…
Cancel
Save