1
0
Fork 0
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:
Alain Magloire 2004-03-22 06:01:44 +00:00
parent 194aea5c58
commit f7039b36d4

View file

@ -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);
if (descriptor == null) {
descriptor = new CDescriptor(this, project);