adapting to chages in CdmUtils
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / l10n / Messages.java
1 /**
2 * Copyright (C) 2017 EDIT
3 * European Distributed Institute of Taxonomy
4 * http://www.e-taxonomy.eu
5 *
6 * The contents of this file are subject to the Mozilla Public License Version 1.1
7 * See LICENSE.TXT at the top of this package for the full license terms.
8 */
9 package eu.etaxonomy.taxeditor.bulkeditor.l10n;
10
11 import org.eclipse.osgi.util.NLS;
12
13 /**
14 * @author k.luther
15 * @date 10.03.2017
16 *
17 */
18 public class Messages extends NLS {
19 private static final String BUNDLE_NAME = "src/main/java/eu.etaxonomy.taxeditor.bulkeditor.l10n.messages"; //$NON-NLS-1$
20 public static String ReferencingObjectsLabelProvider_No_description_available;
21 static {
22 // initialize resource bundle
23 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
24 }
25
26 private Messages() {
27 }
28 }