Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ TitleAreaFilterDialogWithEmptyOptions_emptyValueDescription=An empty value is de
TitleAreaFilterDialogWithEmptyOptions_excludeEmptyValues=Exclude Empty Values
TitleAreaFilterDialogWithEmptyOptions_includeEmptyValues=Include Empty Values
TitleAreaFilterDialogWithEmptyOptions_onlyEmptyValues=Only Empty Values
EmfUtil_ex_attribute_not_found=Attribute not found
XmiTab_TypeTextToSearch=Type text to search
EmfUtil_ex_attribute_not_found=Attribute not found
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public class Messages extends NLS {
public static String ModelImportPage1_Description;
public static String ModelImportPage1_Go;
public static String ModelImportPage1_Import;
public static String ModelImportPage1_Import1;
public static String ModelImportPage1_SelectPlugInAndElementsToImport;
public static String ModelImportPage1_ToImport;
public static String ModelImportPage1_WizardPage;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
public class Messages extends NLS {
private static final String BUNDLE_NAME = Messages.class.getPackageName() + ".messages"; //$NON-NLS-1$
public static String SpyHandler_Open;
public static String SpyProcessor_category;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
Expand Down
Loading