blob: 9adb854b42b079d3cea07a33b561b3cc2f57baef [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2016 1C-Soft LLC and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Vladimir Piskarev (1C) - initial API and implementation
*******************************************************************************/
package org.eclipse.handly.model.impl;
import org.eclipse.osgi.util.NLS;
class Messages
extends NLS
{
private static final String BUNDLE_NAME =
"org.eclipse.handly.model.impl.messages"; //$NON-NLS-1$
public static String Element_Does_not_exist__0;
static
{
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages()
{
}
}