From: Robin Rosenberg Date: Tue, 10 Jun 2014 07:59:17 +0000 (+0200) Subject: Add missing @since to RepoCommand.setInputStream X-Git-Tag: v3.5.0.201409071800-rc1~104 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=79004dd42a89cb808e11da816749f081a6993aaf;p=jgit.git Add missing @since to RepoCommand.setInputStream Change-Id: I2fa1a5c28a1521a837aeaeb994e5cce8d7c4e645 --- diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java index b127697fb5..b967c968d4 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java @@ -427,11 +427,12 @@ public class RepoCommand extends GitCommand { /** * 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;