mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
Renamed messages.properties to Messages.properties.
This commit is contained in:
parent
95eeab8640
commit
3ed57b3aa3
2 changed files with 5 additions and 5 deletions
|
@ -13,18 +13,18 @@ package org.eclipse.cdt.codan.internal.checkers.ui;
|
|||
import org.eclipse.osgi.util.NLS;
|
||||
|
||||
/**
|
||||
* TODO: add description
|
||||
* Localizable messages.
|
||||
*/
|
||||
public class Messages extends NLS {
|
||||
private static final String BUNDLE_NAME = "org.eclipse.cdt.codan.internal.checkers.ui.messages"; //$NON-NLS-1$
|
||||
public static String CatchByReferenceQuickFix_Message;
|
||||
public static String QuickFixAssignmentInCondition_Message;
|
||||
public static String SuggestedParenthesisQuickFix_Message;
|
||||
|
||||
static {
|
||||
// initialize resource bundle
|
||||
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
|
||||
NLS.initializeMessages(Messages.class.getName(), Messages.class);
|
||||
}
|
||||
|
||||
// Do not instantiate
|
||||
private Messages() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue