blob: 72a35316cb4db1387fc4d455d2c9beb1a94e23cb [file] [log] [blame]
/**********************************************************************
* This file is part of "Object Teams Development Tooling"-Software
*
* Copyright 2004, 2006 Fraunhofer Gesellschaft, Munich, Germany,
* for its Fraunhofer Institute and Computer Architecture and Software
* Technology (FIRST), Berlin, Germany and Technical University Berlin,
* Germany.
*
* 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
*
* Please visit http://www.objectteams.org for updates and contact.
*
* Contributors:
* Fraunhofer FIRST - Initial API and implementation
* Technical University Berlin - Initial API and implementation
**********************************************************************/
package org.eclipse.objectteams.otdt.debug.ui.internal;
import org.eclipse.osgi.util.NLS;
public class BreakpointMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.objectteams.otdt.debug.ui.internal.BreakpointMessages"; //$NON-NLS-1$
public static String CopyInheritanceBreakpointManager_find_tsub_types_task;
public static String CopyInheritanceBreakpointManager_toggle_enablement_job;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, BreakpointMessages.class);
}
private BreakpointMessages() {
}
}