]> source.dussan.org Git - jgit.git/commitdiff
Add a missing since tag 32/21332/1
authorChristian Halstrick <christian.halstrick@sap.com>
Thu, 30 Jan 2014 14:23:56 +0000 (15:23 +0100)
committerChristian Halstrick <christian.halstrick@sap.com>
Thu, 30 Jan 2014 14:23:56 +0000 (15:23 +0100)
Otherwise you get errors if you want to edit JGit in Eclipse

Change-Id: I840d4388f159e2db27845a17030b511fc5708f43

org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java

index 32d4aac75d06940e6d8698f47f3ac348aa728055..e920353592f5f6cd4728704c94b34ff8b83bef55 100644 (file)
@@ -1314,6 +1314,7 @@ public class RevWalk implements Iterable<RevCommit> {
         * @param ids
         *            commits that should be treated as shallow commits, in addition
         *            to any commits already known to be shallow by the repository.
+        * @since 3.3
         */
        public void assumeShallow(Collection<? extends ObjectId> ids) {
                for (ObjectId id : ids)