mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 578412: ConcurrentModificationException at o.e.cdt.jsoncdb.core.internal.ParserDetection.determineDetector0()
Change-Id: Ie896428814e6a8aa83704c430d360913aba21e96 Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
This commit is contained in:
parent
c2c8099672
commit
db9e65a6c8
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public final class ParserDetection {
|
|||
*/
|
||||
private static List<IToolDetectionParticipant> parserDetectors;
|
||||
|
||||
static void init() {
|
||||
private static synchronized void init() {
|
||||
if (parserDetectors == null) {
|
||||
parserDetectors = new ArrayList<>(22);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue