Parcourir la source

Add missing @since to RepoCommand.setInputStream

Change-Id: I2fa1a5c28a1521a837aeaeb994e5cce8d7c4e645
tags/v3.5.0.201409071800-rc1
Robin Rosenberg il y a 10 ans
Parent
révision
79004dd42a

+ 3
- 2
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java Voir le fichier

@@ -427,11 +427,12 @@ public class RepoCommand extends GitCommand<RevCommit> {
/**
* Set the input stream to the manifest XML.
*
* Setting inputStream will ignore the path set.
* It will be closed in {@link #call}.
* Setting inputStream will ignore the path set. It will be closed in
* {@link #call}.
*
* @param inputStream
* @return this command
* @since 3.5
*/
public RepoCommand setInputStream(final InputStream inputStream) {
this.inputStream = inputStream;

Chargement…
Annuler
Enregistrer