comparison dwtx/jface/text/source/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
97 private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE); 97 private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE);
98 98
99 /** 99 /**
100 * Prohibits the creation of accessor objects. 100 * Prohibits the creation of accessor objects.
101 */ 101 */
102 private JFaceTextMessages() { 102 private this() {
103 } 103 }
104 104
105 /** 105 /**
106 * Returns the string found in the resource bundle under the given key or a place holder string. 106 * Returns the string found in the resource bundle under the given key or a place holder string.
107 * 107 *