comparison dwtx/jface/internal/text/html/HTMLMessages.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
39 39
40 private static final String RESOURCE_BUNDLE= HTMLMessages.class.getName(); 40 private static final 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 HTMLMessages() { 44 private this() {
45 } 45 }
46 46
47 /** 47 /**
48 * Gets a string from the resource bundle. 48 * Gets a string from the resource bundle.
49 * 49 *