]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since to RepoCommand.setInputStream 64/28264/1
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 10 Jun 2014 07:59:17 +0000 (09:59 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 10 Jun 2014 07:59:17 +0000 (09:59 +0200)
Change-Id: I2fa1a5c28a1521a837aeaeb994e5cce8d7c4e645

org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java

index b127697fb5fad5a135e03f9f08d2aa067ae62200..b967c968d4f6ede4ca388ea7adf4d51433801030 100644 (file)
@@ -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;