summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-06-20 09:52:11 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2013-06-20 09:52:11 +0200
commitd66dad2a944e066141f1607ca636931216667e99 (patch)
treef4298d2f22a9164093da1e571717f40fe48bc85e
parentfe248d24db1773e9afa7436743ce9a07527d4f22 (diff)
downloadjgit-d66dad2a944e066141f1607ca636931216667e99.tar.gz
jgit-d66dad2a944e066141f1607ca636931216667e99.zip
Add missing @since tag
Change-Id: I80cfc3e81d5cebf810f36ddf2760aee955c6f50a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
index 31bf7660c2..7a521263d5 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
@@ -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);