| commit | d66dad2a944e066141f1607ca636931216667e99 | [log] [tgz] |
|---|---|---|
| author | Matthias Sohn <matthias.sohn@sap.com> | Thu Jun 20 09:52:11 2013 +0200 |
| committer | Matthias Sohn <matthias.sohn@sap.com> | Thu Jun 20 09:52:11 2013 +0200 |
| tree | f4298d2f22a9164093da1e571717f40fe48bc85e | |
| parent | fe248d24db1773e9afa7436743ce9a07527d4f22 [diff] |
Add missing @since tag Change-Id: I80cfc3e81d5cebf810f36ddf2760aee955c6f50a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 31bf766..7a52126 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 StatusCommand status() { * Returns a command to create an archive from a tree * * @return a {@link ArchiveCommand} + * @since 3.1 */ public ArchiveCommand archive() { return new ArchiveCommand(repo);