Fix binary compatibility for GitUntrackedFilesHolder

(cherry picked from commit 35ed639ab981a288583b9542d71bc2a1579ae2a0)

IJ-CR-148090

GitOrigin-RevId: 05e34aff00a6cbeddc678e4e1f9e8c6462736e63
This commit is contained in:
Ilia.Shulgin
2024-10-29 11:53:43 +01:00
committed by intellij-monorepo-bot
parent 4d55ea4904
commit 29bb5c47e5

View File

@@ -150,7 +150,7 @@ public class GitUntrackedFilesHolder implements Disposable {
}
}
public @NotNull Set<FilePath> getUntrackedFilePaths() {
public @NotNull Collection<FilePath> getUntrackedFilePaths() {
return myUntrackedFiles.toSet();
}