]> source.dussan.org Git - jgit.git/commitdiff
Add @since tag to new DirCache#findEntry 79/23079/2
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 8 Mar 2014 13:05:43 +0000 (14:05 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 8 Mar 2014 21:19:08 +0000 (22:19 +0100)
Change-Id: Ia58efd178a4571c013bf1104d1da956a86fd7029
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java

index f7d6c1780eccb71f712f8f38491c638013b3a098..68e088b2e3e8417e7c2ba38dd0412909afd9c5c8 100644 (file)
@@ -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;