Browse Source

ArchiveCommand: Add missing @since tag

Change-Id: I9e48a1f82b747492bebb3ca65fd16f599e425e8b
stable-3.0
Jonathan Nieder 12 years ago
parent
commit
7be5cfa4d6
  1. 2
      org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/archive/ArchiveCommand.java

2
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/archive/ArchiveCommand.java

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