From 79004dd42a89cb808e11da816749f081a6993aaf Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Tue, 10 Jun 2014 09:59:17 +0200 Subject: [PATCH] Add missing @since to RepoCommand.setInputStream Change-Id: I2fa1a5c28a1521a837aeaeb994e5cce8d7c4e645 --- .../src/org/eclipse/jgit/gitrepo/RepoCommand.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.39.5