Merge "Add missing @since tag"

This commit is contained in:
Matthias Sohn 2013-06-26 19:35:42 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit a2e5653d5a
1 changed files with 1 additions and 0 deletions

View File

@ -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);