blob: 24ec75f29a9230dbcadfd880a2c6eb907c10c907 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2007 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 - Initial API and implementation
*******************************************************************************/
package org.eclipse.jdi.internal.event;
import org.eclipse.osgi.util.NLS;
public class EventMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.jdi.internal.event.EventMessages";//$NON-NLS-1$
public static String EventImpl_Read_invalid_EventKind___1;
public static String EventIteratorImpl_EventSets_are_unmodifiable_1;
public static String EventSetImpl_Invalid_suspend_policy_encountered___1;
public static String EventSetImpl_EventSets_are_unmodifiable_3;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, EventMessages.class);
}
}