/******************************************************************************* * Copyright (c) 2011 PetalsLink * 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: * Mickael Istria, PetalsLink - initial API and implementation *******************************************************************************/ package org.eclipse.nebula.widgets.treemapper.internal; import org.eclipse.osgi.util.NLS; /** * @author Mickael Istria (PetalsLink) * */ public class Messages extends NLS { public static String widgetInconsistency; static { initializeMessages("messages", Messages.class); } }