blob: 4459c8df0bbe5b300f4eab526895d46eb73d6fb6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.dltk.internal.core.manipulation;
import org.eclipse.osgi.util.NLS;
public class ScriptManipulationMessages extends NLS {
private static final String BUNDLE_NAME= "org.eclipse.jdt.internal.core.manipulation.ScriptManipulationMessages"; //$NON-NLS-1$
private ScriptManipulationMessages() {
}
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, ScriptManipulationMessages.class);
}
public static String ScriptManipulationMessages_internalError;
public static String UndoSourceModuleChange_no_file;
}