Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java')
-rw-r--r--deprecated/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java34
1 files changed, 0 insertions, 34 deletions
diff --git a/deprecated/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java b/deprecated/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java
deleted file mode 100644
index 3673aa3c156..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package org.eclipse.papyrus.uml.properties.tabbedproperties.comments;
-
-import org.eclipse.osgi.util.NLS;
-
-public class Messages extends NLS {
-
- private static final String BUNDLE_NAME = "org.eclipse.papyrus.uml.properties.tabbedproperties.comments.messages"; //$NON-NLS-1$
-
- public static String CommentedElementPropertySection_AddButtonTooltip;
-
- public static String CommentedElementPropertySection_AddCommentCommand;
-
- public static String CommentedElementPropertySection_CommentsViewerLabel;
-
- public static String CommentedElementPropertySection_DeleteButtonTooltip;
-
- public static String CommentedElementPropertySection_DestroyUpdateComment_DialogTitle;
-
- public static String CommentedElementPropertySection_DestroyUpdateComment_Message;
-
- public static String CommentedElementPropertySection_DisplayButtonTooltip;
-
- public static String CommentedElementPropertySection_RemoveCommentCommand;
-
- public static String HTMLCommentEditorDialogConfiguration_CommentDialogTitle;
-
- static {
- // initialize resource bundle
- NLS.initializeMessages(BUNDLE_NAME, Messages.class);
- }
-
- private Messages() {
- }
-}

Back to the top