]> source.dussan.org Git - jgit.git/commitdiff
Fixed typo in DirCache documentation 18/1418/1
authorBenjamin Muskalla <bmuskalla@eclipsesource.com>
Wed, 25 Aug 2010 13:52:18 +0000 (15:52 +0200)
committerBenjamin Muskalla <bmuskalla@eclipsesource.com>
Wed, 25 Aug 2010 13:52:18 +0000 (15:52 +0200)
Change-Id: Ifc2e9047a45d57829fce59c66618e5de9120a5bb
Signed-off-by: Benjamin Muskalla <bmuskalla@eclipsesource.com>
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java

index 60238c3d8bddd4c4f6ca32a7ea441fb484524c40..a117c8df21fc466254a5989d8863bcb2e732d55c 100644 (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);