Skip to content

Commit 6440b66

Browse files
committed
Respond to comments
1 parent 3b6a6c5 commit 6440b66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Src/Utilities/AlloVarGen/AlloGenService/AlloGenServiceTests/TestData/Quechua MYL CausDeriv.fwdata.lock

Lines changed: 0 additions & 1 deletion
This file was deleted.

Src/xWorks/ConfiguredLcmGenerator.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
using SIL.Reporting;
2424
using System;
2525
using System.Collections;
26+
using System.Collections.Concurrent;
2627
using System.Collections.Generic;
2728
using System.Configuration;
2829
using System.Diagnostics;
@@ -3516,7 +3517,7 @@ public class GeneratorSettings
35163517
{
35173518
public ILcmContentGenerator ContentGenerator = new LcmXhtmlGenerator();
35183519
public ILcmStylesGenerator StylesGenerator = new CssGenerator();
3519-
public Dictionary<ConfigurableDictionaryNode, Guid> ConfigSource = new Dictionary<ConfigurableDictionaryNode, Guid>();
3520+
public ConcurrentDictionary<ConfigurableDictionaryNode, Guid> ConfigSource = new ConcurrentDictionary<ConfigurableDictionaryNode, Guid>();
35203521
public bool WriteConfigSource = true;
35213522

35223523
public LcmCache Cache { get; }

0 commit comments

Comments
 (0)