mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
Fix binary compatibility for GitUntrackedFilesHolder
(cherry picked from commit 35ed639ab981a288583b9542d71bc2a1579ae2a0) IJ-CR-148090 GitOrigin-RevId: 05e34aff00a6cbeddc678e4e1f9e8c6462736e63
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4d55ea4904
commit
29bb5c47e5
@@ -150,7 +150,7 @@ public class GitUntrackedFilesHolder implements Disposable {
|
||||
}
|
||||
}
|
||||
|
||||
public @NotNull Set<FilePath> getUntrackedFilePaths() {
|
||||
public @NotNull Collection<FilePath> getUntrackedFilePaths() {
|
||||
return myUntrackedFiles.toSet();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user