Fixed typo in DirCache documentation

Change-Id: Ifc2e9047a45d57829fce59c66618e5de9120a5bb
Signed-off-by: Benjamin Muskalla <bmuskalla@eclipsesource.com>
This commit is contained in:
Benjamin Muskalla 2010-08-25 15:52:18 +02:00
parent 1c3f3fdbd2
commit 700b8b4514
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ public DirCacheEntry getEntry(final int i) {
*
* @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);