Add a missing since tag

Otherwise you get errors if you want to edit JGit in Eclipse

Change-Id: I840d4388f159e2db27845a17030b511fc5708f43
This commit is contained in:
Christian Halstrick 2014-01-30 15:23:56 +01:00
parent abadbabdc5
commit 8352d1729c
1 changed files with 1 additions and 0 deletions

View File

@ -1314,6 +1314,7 @@ void carryFlagsImpl(final RevCommit c) {
* @param ids
* commits that should be treated as shallow commits, in addition
* to any commits already known to be shallow by the repository.
* @since 3.3
*/
public void assumeShallow(Collection<? extends ObjectId> ids) {
for (ObjectId id : ids)