comparison dwtx/jface/text/contentassist/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 26688fec6d23
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
57 57
58 private static final String RESOURCE_BUNDLE= JFaceTextMessages.class.getName(); 58 private static final String RESOURCE_BUNDLE= JFaceTextMessages.class.getName();
59 59
60 private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE); 60 private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE);
61 61
62 private JFaceTextMessages() { 62 private this() {
63 } 63 }
64 64
65 /** 65 /**
66 * Gets a string from the resource bundle. 66 * Gets a string from the resource bundle.
67 * 67 *