mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 18:35:32 +02:00
Cosmetics.
This commit is contained in:
parent
75b90b2612
commit
a421c6d1f1
1 changed files with 3 additions and 1 deletions
|
@ -14,8 +14,10 @@ import org.eclipse.osgi.util.NLS;
|
||||||
|
|
||||||
public class Messages extends NLS {
|
public class Messages extends NLS {
|
||||||
private static final String BUNDLE_NAME = "org.eclipse.cdt.internal.core.index.provider.messages"; //$NON-NLS-1$
|
private static final String BUNDLE_NAME = "org.eclipse.cdt.internal.core.index.provider.messages"; //$NON-NLS-1$
|
||||||
|
|
||||||
public static String IndexProviderManager_0;
|
public static String IndexProviderManager_0;
|
||||||
public static String IndexProviderManager_NoCompatibleFragmentsAvailable;
|
public static String IndexProviderManager_NoCompatibleFragmentsAvailable;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// initialize resource bundle
|
// initialize resource bundle
|
||||||
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
|
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
|
||||||
|
|
Loading…
Add table
Reference in a new issue