mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 23:35:48 +02:00
Cosmetics.
This commit is contained in:
parent
118f7915fc
commit
f775a6c4c4
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue