瀏覽代碼

IndexDiff: Correct Javadoc for getUntracked() method

Change-Id: I5f26c40dec5f0e4a47413af033dbedb0c252dd20
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
tags/v0.10.1
Shawn O. Pearce 13 年之前
父節點
當前提交
72f87adce6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java 查看文件

} }


/** /**
* @return list of files on modified on disk relative to the index
* @return list of files that are not ignored, and not in the index.
*/ */
public Set<String> getUntracked() { public Set<String> getUntracked() {
return untracked; return untracked;

Loading…
取消
儲存