Browse Source

Add missing @since 3.5 tag to RepoCommand.setIncludedFileReader

Change-Id: Ib5d24f8dafacc0d12c36927c2bbc3ebef2fff7b2
tags/v3.5.0.201409071800-rc1
Shawn Pearce 9 years ago
parent
commit
861f5f649f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java View 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;

Loading…
Cancel
Save