blob: f3f65f627b4eddcaa73b57bc52b47b66acfcb856 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.stem.model.ui.editor.commands.emf;
import org.eclipse.emf.common.command.AbstractCommand;
public class EditExpressionCommand extends AbstractCommand
{
@Override
public void execute() {
// TODO Auto-generated method stub
}
@Override
public void redo() {
// TODO Auto-generated method stub
}
}