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 b127697fb..b967c968d 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 RepoCommand setPath(final String path) { /** * 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;