mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Code streamlining.
This commit is contained in:
parent
a455830b35
commit
7dba3181b9
1 changed files with 2 additions and 3 deletions
|
@ -581,8 +581,7 @@ public class DiscoveryTab extends AbstractCBuildPropertyTab implements IBuildInf
|
|||
}
|
||||
|
||||
@Override
|
||||
public void performApply(ICResourceDescription src,
|
||||
ICResourceDescription dst) {
|
||||
public void performApply(ICResourceDescription src, ICResourceDescription dst) {
|
||||
if (page.isMultiCfg())
|
||||
return;
|
||||
ICfgScannerConfigBuilderInfo2Set cbi1 = CfgScannerConfigProfileManager.getCfgScannerConfigBuildInfo(getCfg(src.getConfiguration()));
|
||||
|
@ -600,7 +599,7 @@ public class DiscoveryTab extends AbstractCBuildPropertyTab implements IBuildInf
|
|||
ManagedBuilderUIPlugin.log(e);
|
||||
}
|
||||
} else {
|
||||
CUIPlugin.getDefault().logErrorMessage(Messages.DiscoveryTab_7);
|
||||
CUIPlugin.logError(Messages.DiscoveryTab_7);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue