blob: 39546c9687b77b0d55d176d87d4fc52b3e67a201 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2016 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.internal.corext;
import org.eclipse.osgi.util.NLS;
public final class CorextMessages extends NLS {
private static final String BUNDLE_NAME= "org.eclipse.jdt.internal.corext.CorextMessages";//$NON-NLS-1$
private CorextMessages() {
// Do not instantiate
}
public static String Resources_outOfSyncResources;
public static String Resources_outOfSync;
public static String Resources_modifiedResources;
public static String Resources_fileModified;
public static String JavaDocLocations_error_gettingAttachedJavadoc;
public static String JavaDocLocations_error_gettingJavadoc;
public static String JavaDocLocations_noAttachedJavadoc;
public static String JavaDocLocations_noAttachedSource;
public static String JavaDocLocations_noAttachments;
public static String JavaDocLocations_noInformation;
public static String History_error_serialize;
public static String History_error_read;
public static String TypeInfoHistory_consistency_check;
static {
NLS.initializeMessages(BUNDLE_NAME, CorextMessages.class);
}
public static String JavaModelUtil_applyedit_operation;
}