mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00
Cosmetics.
This commit is contained in:
parent
73fae6d6c1
commit
1d0550a9f1
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public abstract class CBuildConfiguration extends PlatformObject implements ICBu
|
|||
|
||||
private static final List<String> DEFAULT_COMMAND = new ArrayList<>(0);
|
||||
|
||||
private final Map<IResource, IToolChain> tcMap = new HashMap<IResource, IToolChain>();
|
||||
private final Map<IResource, IToolChain> tcMap = new HashMap<>();
|
||||
|
||||
private final String name;
|
||||
private final IBuildConfiguration config;
|
||||
|
|
Loading…
Add table
Reference in a new issue