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