Browse Source

ArchiveCommand: Add missing @since tag

Change-Id: I9e48a1f82b747492bebb3ca65fd16f599e425e8b
tags/v3.0.0.201305080800-m7
Jonathan Nieder 11 years ago
parent
commit
7be5cfa4d6

+ 2
- 0
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/archive/ArchiveCommand.java View File

@@ -98,6 +98,8 @@ import org.eclipse.jgit.treewalk.TreeWalk;
*
* @see <a href="http://git-htmldocs.googlecode.com/git/git-archive.html"
* >Git documentation about archive</a>
*
* @since 3.0
*/
public class ArchiveCommand extends GitCommand<OutputStream> {
/**

Loading…
Cancel
Save