blob: 418f314164f869b999e5dad87ab447b9bf4839f0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 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:
* Gregoire DUPE (Mia-Software)
*******************************************************************************/
package org.eclipse.modisco.infra.query.tests.emf;
import org.eclipse.osgi.util.NLS;
/**
* @author gdupe
*
*/
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.modisco.infra.query.tests.emf.messages"; //$NON-NLS-1$
public static String QueryExample_0;
public static String QueryExample_1;
public static String QueryExample_4;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
// This class must not be instantiated
}
}