Skip to content

Commit

Permalink
remove another subFile occurence
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Jan 6, 2025
1 parent e6193e2 commit 4f8d732
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ public final class RuntimeEnvironment {

private final Set<ConfigurationChangedListener> listeners = new CopyOnWriteArraySet<>();

public List<String> getSubFiles() {
return subFiles;
}

private final List<String> subFiles = new ArrayList<>();

/**
* Maps project name to FileCollector object. This is used to pass the list of files acquired when
* generating history cache in the first phase of indexing to the second phase of indexing.
Expand Down

0 comments on commit 4f8d732

Please sign in to comment.