aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java
diff options
context:
space:
mode:
authorRobin Rosenberg <robin.rosenberg@dewire.com>2014-03-08 14:05:43 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2014-03-08 22:19:08 +0100
commit27191e7e22e59480a65e7105b50ace85a19d78a2 (patch)
tree9b5da680fdcc96fa084995dcf699c0aa892182bc /org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java
parent31fec678d858bc6fa6456ac7e6ec2d77bf1f6f99 (diff)
downloadjgit-27191e7e22e59480a65e7105b50ace85a19d78a2.tar.gz
jgit-27191e7e22e59480a65e7105b50ace85a19d78a2.zip
Add @since tag to new DirCache#findEntry
Change-Id: Ia58efd178a4571c013bf1104d1da956a86fd7029 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java1
1 files changed, 1 insertions, 0 deletions
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;