Browse Source

Fixed typo in DirCache documentation

Change-Id: Ifc2e9047a45d57829fce59c66618e5de9120a5bb
Signed-off-by: Benjamin Muskalla <bmuskalla@eclipsesource.com>
tags/v0.9.1
Benjamin Muskalla 13 years ago
parent
commit
700b8b4514
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java View File

@@ -677,7 +677,7 @@ public class DirCache {
*
* @param path
* the path to search for.
* @return the entry at position <code>i</code>.
* @return the entry for the given <code>path</code>.
*/
public DirCacheEntry getEntry(final String path) {
final int i = findEntry(path);

Loading…
Cancel
Save