Browse Source

Add missing @since to RepoCommand.setInputStream

Change-Id: I2fa1a5c28a1521a837aeaeb994e5cce8d7c4e645
tags/v3.5.0.201409071800-rc1
Robin Rosenberg 10 years ago
parent
commit
79004dd42a
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java

+ 3
- 2
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java View File

/** /**
* Set the input stream to the manifest XML. * 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 * @param inputStream
* @return this command * @return this command
* @since 3.5
*/ */
public RepoCommand setInputStream(final InputStream inputStream) { public RepoCommand setInputStream(final InputStream inputStream) {
this.inputStream = inputStream; this.inputStream = inputStream;

Loading…
Cancel
Save