mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
parent
a2c60b8d5d
commit
db4ceeb1ab
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ import java.util.HashSet;
|
|||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.concurrent.CopyOnWriteArrayList;
|
||||
|
||||
import org.apache.log4j.Logger;
|
||||
import org.eclipse.emf.common.util.URI;
|
||||
|
@ -77,7 +78,7 @@ public class WorkspaceManager {
|
|||
|
||||
private final Map<String, ProjectManager> projectName2ProjectManager = new HashMap<>();
|
||||
|
||||
private final List<ILanguageServerAccess.IBuildListener> buildListeners = new ArrayList<>();
|
||||
private final List<ILanguageServerAccess.IBuildListener> buildListeners = new CopyOnWriteArrayList<>();
|
||||
|
||||
private final Map<String, ResourceDescriptionsData> fullIndex = new HashMap<>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue