mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 19:55:45 +02:00
Cosmetics.
This commit is contained in:
parent
587d3cee4c
commit
7cdae41b21
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ public class LaunchMessages {
|
||||||
static {
|
static {
|
||||||
try {
|
try {
|
||||||
RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME);
|
RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME);
|
||||||
}
|
} catch (MissingResourceException x) {
|
||||||
catch (MissingResourceException x) {
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue