Browse Source

Merge "Add missing @since tag"

stable-3.1
Matthias Sohn 11 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
a2e5653d5a
  1. 1
      org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java

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

Loading…
Cancel
Save