From: Robin Rosenberg Date: Sat, 8 Mar 2014 13:05:43 +0000 (+0100) Subject: Add @since tag to new DirCache#findEntry X-Git-Tag: v3.4.0.201405051725-m7~58 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F23079%2F2;p=jgit.git Add @since tag to new DirCache#findEntry Change-Id: Ia58efd178a4571c013bf1104d1da956a86fd7029 Signed-off-by: Matthias Sohn --- diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java b/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java index f7d6c1780e..68e088b2e3 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java @@ -761,6 +761,7 @@ public class DirCache { * @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;