ref #6309 Add missing l10n String constant to Messages.java
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 2 Feb 2017 15:41:48 +0000 (16:41 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 2 Feb 2017 15:41:48 +0000 (16:41 +0100)
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/Messages.java

index 1f9f2727381220bd03575f35836311f85a59a200..adc1c6fa1baaf91ec02f498eadd24f2481890ae7 100644 (file)
@@ -1,23 +1,25 @@
-package eu.etaxonomy.taxeditor.bulkeditor.input;\r
-\r
-import org.eclipse.osgi.util.NLS;\r
-\r
-public class Messages extends NLS {\r
-       private static final String BUNDLE_NAME = "OSGI-INF/l10n/messages"; //$NON-NLS-1$\r
-       public static String BulkEditorInputType_0;\r
-       public static String BulkEditorInputType_1;\r
-       public static String BulkEditorInputType_2;\r
-       public static String BulkEditorInputType_3;\r
-       public static String BulkEditorInputType_4;\r
-       public static String BulkEditorInputType_5;\r
-       public static String BulkEditorInputType_6;\r
-       public static String BulkEditorInputType_7;\r
-       public static String BulkEditorInputType_8;\r
-       static {\r
-               // initialize resource bundle\r
-               NLS.initializeMessages(BUNDLE_NAME, Messages.class);\r
-       }\r
-\r
-       private Messages() {\r
-       }\r
-}\r
+package eu.etaxonomy.taxeditor.bulkeditor.input;
+
+import org.eclipse.osgi.util.NLS;
+
+public class Messages extends NLS {
+       private static final String BUNDLE_NAME = "OSGI-INF/l10n/messages"; //$NON-NLS-1$
+    public static String USER_CREATOR_user_exists_title;
+    public static String USER_CREATOR_user_exists;
+       public static String BulkEditorInputType_0;
+       public static String BulkEditorInputType_1;
+       public static String BulkEditorInputType_2;
+       public static String BulkEditorInputType_3;
+       public static String BulkEditorInputType_4;
+       public static String BulkEditorInputType_5;
+       public static String BulkEditorInputType_6;
+       public static String BulkEditorInputType_7;
+       public static String BulkEditorInputType_8;
+       static {
+               // initialize resource bundle
+               NLS.initializeMessages(BUNDLE_NAME, Messages.class);
+       }
+
+       private Messages() {
+       }
+}