mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
dead locks revisit code.
This commit is contained in:
parent
194aea5c58
commit
f7039b36d4
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ public class CDescriptorManager implements ICDescriptorManager, IResourceChangeL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized ICDescriptor getDescriptor(IProject project) throws CoreException {
|
public /*synchronized */ ICDescriptor getDescriptor(IProject project) throws CoreException {
|
||||||
CDescriptor descriptor = (CDescriptor) fDescriptorMap.get(project);
|
CDescriptor descriptor = (CDescriptor) fDescriptorMap.get(project);
|
||||||
if (descriptor == null) {
|
if (descriptor == null) {
|
||||||
descriptor = new CDescriptor(this, project);
|
descriptor = new CDescriptor(this, project);
|
||||||
|
|
Loading…
Add table
Reference in a new issue