Add missing @since 3.5 tag to RepoCommand.setIncludedFileReader

Change-Id: Ib5d24f8dafacc0d12c36927c2bbc3ebef2fff7b2
This commit is contained in:
Shawn Pearce 2014-08-13 15:28:24 -07:00
parent 34dd64f6fe
commit 861f5f649f
1 changed files with 1 additions and 0 deletions

View File

@ -667,6 +667,7 @@ public RepoCommand setRemoteReader(final RemoteReader callback) {
*
* @param reader
* @return this command
* @since 3.5
*/
public RepoCommand setIncludedFileReader(IncludedFileReader reader) {
this.includedReader = reader;