mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
6edc2810ae
commit
e69cac0b3a
1 changed files with 0 additions and 2 deletions
|
@ -651,13 +651,11 @@ public class CodeTemplateBlock extends OptionsConfigurationBlock {
|
||||||
|
|
||||||
fCodeTemplateTree.refresh();
|
fCodeTemplateTree.refresh();
|
||||||
updateSourceViewerInput(fCodeTemplateTree.getSelectedElements());
|
updateSourceViewerInput(fCodeTemplateTree.getSelectedElements());
|
||||||
|
|
||||||
} catch (FileNotFoundException e) {
|
} catch (FileNotFoundException e) {
|
||||||
openReadErrorDialog(e);
|
openReadErrorDialog(e);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
openReadErrorDialog(e);
|
openReadErrorDialog(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateTemplate(TemplatePersistenceData data) {
|
private void updateTemplate(TemplatePersistenceData data) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue