summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce <spearce@spearce.org>2014-08-13 15:28:24 -0700
committerShawn Pearce <spearce@spearce.org>2014-08-13 15:28:24 -0700
commit861f5f649f9beba153557f443db1d5706782961e (patch)
treebb31a0102ec853d43f56c56d5a45cf6542124ae1
parent34dd64f6fe36ace1a90b0b503e2e37d877b7c621 (diff)
downloadjgit-861f5f649f9beba153557f443db1d5706782961e.tar.gz
jgit-861f5f649f9beba153557f443db1d5706782961e.zip
Add missing @since 3.5 tag to RepoCommand.setIncludedFileReader
Change-Id: Ib5d24f8dafacc0d12c36927c2bbc3ebef2fff7b2
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java1
1 files changed, 1 insertions, 0 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 52710d1d61..0350e1c0fc 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java
@@ -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;