comparison dwtx/jface/internal/text/html/HTMLMessages.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 7d818bd32d63
children 5cf141e43417
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
35 * 35 *
36 * @since 3.3 36 * @since 3.3
37 */ 37 */
38 class HTMLMessages { 38 class HTMLMessages {
39 39
40 private static final String RESOURCE_BUNDLE= HTMLMessages.class.getName(); 40 private static const String RESOURCE_BUNDLE= HTMLMessages.class.getName();
41 41
42 private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE); 42 private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE);
43 43
44 private this() { 44 private this() {
45 } 45 }