blob: 73d3f687807ddedd5bdb14947f8863b6e2aa653d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Fabien Giquel (Mia-Software) - initial API and implementation
*******************************************************************************/
package org.eclipse.modisco.java.generation;
import org.eclipse.osgi.util.NLS;
public final class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.modisco.java.generation.messages"; //$NON-NLS-1$
public static String Generate_JavaStructures_0;
public static String Generate_JavaStructures_13;
public static String JavaUtils_1;
public static String JavaUtils_2;
public static String JavaUtils_4;
public static String JavaUtils_5;
static {
// initialize resource bundle
NLS.initializeMessages(Messages.BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}