瀏覽代碼

Add a missing since tag

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

Change-Id: I840d4388f159e2db27845a17030b511fc5708f43
tags/v3.3.0.201402191814-rc1
Christian Halstrick 10 年之前
父節點
當前提交
8352d1729c
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java 查看文件

@@ -1314,6 +1314,7 @@ public class RevWalk implements Iterable<RevCommit> {
* @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)

Loading…
取消
儲存