]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tag 43/13943/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 20 Jun 2013 07:52:11 +0000 (09:52 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 20 Jun 2013 07:52:11 +0000 (09:52 +0200)
Change-Id: I80cfc3e81d5cebf810f36ddf2760aee955c6f50a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java

index 31bf7660c2150316373a2c935afde05686f77ca6..7a521263d52434741357896091f710ed128d5870 100644 (file)
@@ -406,6 +406,7 @@ public class Git {
         * Returns a command to create an archive from a tree
         *
         * @return a {@link ArchiveCommand}
+        * @since 3.1
         */
        public ArchiveCommand archive() {
                return new ArchiveCommand(repo);