comparison dwtx/jface/internal/text/link/contentassist/ContentAssistMessages.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
41 41
42 private static final String RESOURCE_BUNDLE= ContentAssistMessages.class.getName(); 42 private static final String RESOURCE_BUNDLE= ContentAssistMessages.class.getName();
43 43
44 private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE); 44 private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE);
45 45
46 private ContentAssistMessages() { 46 private this() {
47 } 47 }
48 48
49 /** 49 /**
50 * Gets a string from the resource bundle. 50 * Gets a string from the resource bundle.
51 * 51 *