mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Warning elimination
This commit is contained in:
parent
82ab376180
commit
a4ee63b31d
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ public class MBSWizardHandler extends CWizardHandler {
|
||||||
public void initialize(EntryDescriptor data) throws CoreException {
|
public void initialize(EntryDescriptor data) throws CoreException {
|
||||||
EntryInfo info = new EntryInfo(data);
|
EntryInfo info = new EntryInfo(data);
|
||||||
if(!info.isValid())
|
if(!info.isValid())
|
||||||
throw new CoreException(new Status(IStatus.ERROR, ManagedBuilderUIPlugin.getUniqueIdentifier(), "inappropriate descriptor"));
|
throw new CoreException(new Status(IStatus.ERROR, ManagedBuilderUIPlugin.getUniqueIdentifier(), "inappropriate descriptor")); //$NON-NLS-1$
|
||||||
|
|
||||||
entryInfo = info;
|
entryInfo = info;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue