Przeglądaj źródła

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 lat temu
rodzic
commit
72f87adce6

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz