blob: b514d7061f76c2e52c463f5112f502409aa6f35b [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2000, 2005 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 - Initial API and implementation
**********************************************************************/
package org.eclipse.jdi.internal.request;
import org.eclipse.osgi.util.NLS;
public class RequestMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.jdi.internal.request.RequestMessages";//$NON-NLS-1$
public static String EventRequestImpl___not_enabled__1;
public static String EventRequestImpl____2;
public static String EventRequestImpl_Invalid_suspend_policy_encountered___3;
public static String EventRequestImpl_Invalid_step_size_encountered___4;
public static String EventRequestImpl_Invalid_step_depth_encountered___5;
public static String EventRequestManagerImpl_EventRequest_type_of__0__is_unknown_1;
public static String EventRequestManagerImpl_Got_event_of_unknown_type_2;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, RequestMessages.class);
}
}