blob: eda8eb4bb59af0446c3a74785b2b96a353a01659 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2011 David Green and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* David Green - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.wikitext.ui.editor.dnd;
import org.eclipse.osgi.util.NLS;
/**
* @author David Green
*/
class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.mylyn.internal.wikitext.ui.editor.dnd.messages"; //$NON-NLS-1$
public static String OutlineDropTargetListener_0;
public static String OutlineDropTargetListener_1;
public static String OutlineDropTargetListener_2;
public static String OutlineDropTargetListener_3;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}