Parcourir la source

Merge "Add missing @since tag"

tags/v3.1.0.201309270735-rc1
Matthias Sohn il y a 11 ans
Parent
révision
a2e5653d5a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java Voir le fichier

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

Chargement…
Annuler
Enregistrer