blob: aed29883c64a00959aa8fd383c0bc08778ce7907 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2016 IBM Corporation 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:
* 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;
}