]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since 3.5 tag to RepoCommand.setIncludedFileReader 98/31598/1
authorShawn Pearce <spearce@spearce.org>
Wed, 13 Aug 2014 22:28:24 +0000 (15:28 -0700)
committerShawn Pearce <spearce@spearce.org>
Wed, 13 Aug 2014 22:28:24 +0000 (15:28 -0700)
Change-Id: Ib5d24f8dafacc0d12c36927c2bbc3ebef2fff7b2

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

index 52710d1d61de5ccceeec30f11807e8e8bfddbd4e..0350e1c0fc9cff911d435c350df6708002dd015e 100644 (file)
@@ -667,6 +667,7 @@ public class RepoCommand extends GitCommand<RevCommit> {
         *
         * @param reader
         * @return this command
+        * @since 3.5
         */
        public RepoCommand setIncludedFileReader(IncludedFileReader reader) {
                this.includedReader = reader;