mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
remove warnings.
This commit is contained in:
parent
967d6f8b78
commit
51c39598f1
1 changed files with 1 additions and 2 deletions
|
@ -221,9 +221,8 @@ public class OpenIncludeAction extends Action {
|
||||||
IEditorDescriptor descriptor = registry.getDefaultEditor(name);
|
IEditorDescriptor descriptor = registry.getDefaultEditor(name);
|
||||||
if (descriptor != null) {
|
if (descriptor != null) {
|
||||||
return descriptor.getId();
|
return descriptor.getId();
|
||||||
} else {
|
|
||||||
return IEditorRegistry.SYSTEM_EXTERNAL_EDITOR_ID;
|
|
||||||
}
|
}
|
||||||
|
return IEditorRegistry.SYSTEM_EXTERNAL_EDITOR_ID;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue