blob: bd8b46275fa143adbfb146d7f3ccf32a7454ec65 [file] [log] [blame]
package org.eclipse.jst.jsp.core.internal.contenttype;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.jst.jsp.core.internal.contenttype.messages"; //$NON-NLS-1$
public static String DeploymentDescriptorPropertyCache_1;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}