blob: 1144cefe696e8e4e2f495d59ba69a726587dfcf0 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2007,2010 Eclipse Modeling Project 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: OCLTextEditor.java,v 1.2 2010/03/18 15:13:09 ewillink Exp $
*/
package org.eclipse.ocl.examples.editor.ocl.ui;
import org.eclipse.ocl.examples.editor.ui.imp.CommonTextEditor;
public class OCLTextEditor extends CommonTextEditor
{
public OCLTextEditor() {
}
}