Browse Source

IndexDiff: Correct Javadoc for getUntracked() method

Change-Id: I5f26c40dec5f0e4a47413af033dbedb0c252dd20
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
stable-0.10
Shawn O. Pearce 14 years ago
parent
commit
72f87adce6
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java

2
org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java

@ -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