Add @since tag to new DirCache#findEntry

Change-Id: Ia58efd178a4571c013bf1104d1da956a86fd7029
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Robin Rosenberg 2014-03-08 14:05:43 +01:00 committed by Matthias Sohn
parent 31fec678d8
commit 27191e7e22
1 changed files with 1 additions and 0 deletions

View File

@ -761,6 +761,7 @@ public int findEntry(final String path) {
* @return if >= 0 then the return value is the position of the entry in the
* index; pass to {@link #getEntry(int)} to obtain the entry
* information. If < 0 the entry does not exist in the index.
* @since 3.4
*/
public int findEntry(final byte[] p, final int pLen) {
int low = 0;