comparison dwtx/jface/text/JFaceTextMessages.d @ 133:7d818bd32d63

Fix ctors to this with gvim regexp
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:29:22 +0200
parents c4fb132a086c
children 000f9136b8f7
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
163 163
164 private static final String RESOURCE_BUNDLE= "dwtx.jface.text.JFaceTextMessages";//$NON-NLS-1$ 164 private static final String RESOURCE_BUNDLE= "dwtx.jface.text.JFaceTextMessages";//$NON-NLS-1$
165 165
166 private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE); 166 private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE);
167 167
168 private JFaceTextMessages() { 168 private this() {
169 } 169 }
170 170
171 public static String getString(String key) { 171 public static String getString(String key) {
172 try { 172 try {
173 return fgResourceBundle.getString(key); 173 return fgResourceBundle.getString(key);