Browse Source

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 years ago
parent
commit
72f87adce6
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -280,7 +280,7 @@ public class IndexDiff {
}

/**
* @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() {
return untracked;

Loading…
Cancel
Save