blob: d5188548e157617fd84fdfc7ff365f07cdefa553 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2011 CEA LIST.
*
*
* 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:
* CEA LIST - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.operation.editor.xtext.validation;
public class OperationSemanticValidator extends DefaultXtextSemanticValidator {
@Override
public boolean validate() {
return OperationJavaValidator.validate();
}
}