blob: 2faf3f886aa22e58218dd27b9d7487a8f2c72c7d [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2007,2008 E.D.Willink 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:
* E.D.Willink - initial API and implementation
*
* </copyright>
*
* $Id: QVTrToggleNatureAction.java,v 1.2 2008/08/10 06:44:18 ewillink Exp $
*/
package org.eclipse.qvt.declarative.editor.qvtrelation.ui;
import org.eclipse.qvt.declarative.editor.ui.builder.AbstractToggleNatureAction;
public class QVTrToggleNatureAction extends AbstractToggleNatureAction
{
public QVTrToggleNatureAction() {
super(QVTrCreationFactory.INSTANCE);
}
}