1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-05 23:35:48 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-08-22 20:56:07 +00:00
parent 118f7915fc
commit f775a6c4c4

View file

@ -630,8 +630,8 @@ public abstract class CModelOperation implements IWorkspaceRunnable, IProgressMo
run(monitor); run(monitor);
} else { } else {
// use IWorkspace.run(...) to ensure that a build will be done in autobuild mode // use IWorkspace.run(...) to ensure that a build will be done in autobuild mode
getCModel().getUnderlyingResource().getWorkspace() getCModel().getUnderlyingResource().getWorkspace().run(
.run(this, getSchedulingRule(), IWorkspace.AVOID_UPDATE, monitor); this, getSchedulingRule(), IWorkspace.AVOID_UPDATE, monitor);
} }
} catch (CoreException ce) { } catch (CoreException ce) {
if (ce instanceof CModelException) { if (ce instanceof CModelException) {