1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-14 19:55:45 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-27 02:58:00 +00:00
parent 587d3cee4c
commit 7cdae41b21

View file

@ -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) {
} }
} }