blob: 6382409fb1a6855982f2f42e55f3b0c2368c9328 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2011 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$
*/
package org.eclipse.ocl.examples.xtext.oclinecore.ui.commands;
import org.eclipse.ocl.examples.xtext.oclinecore.ui.model.OCLinEcoreDocumentProvider;
public class SaveInEcoreHandler extends AbstractSaveAsHandler
{
public SaveInEcoreHandler() {
super(OCLinEcoreDocumentProvider.PERSIST_IN_ECORE);
}
}