mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Fixed missing NLS message warning
This commit is contained in:
parent
a39e7b7bd6
commit
fdb501da55
1 changed files with 1 additions and 2 deletions
|
@ -13,11 +13,10 @@ package org.eclipse.cdt.codan.core;
|
|||
import org.eclipse.osgi.util.NLS;
|
||||
|
||||
/**
|
||||
* TODO: add description
|
||||
* Core Messages
|
||||
*/
|
||||
public class Messages extends NLS {
|
||||
private static final String BUNDLE_NAME = "org.eclipse.cdt.codan.core.messages"; //$NON-NLS-1$
|
||||
public static String CodanApplication_3;
|
||||
public static String CodanApplication_all_option;
|
||||
public static String CodanApplication_Error_ProjectDoesNotExists;
|
||||
public static String CodanApplication_LogRunProject;
|
||||
|
|
Loading…
Add table
Reference in a new issue