blob: b8489b3e914e0354249a1926a9f15a7db9e65cac [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: QVTrMarkerProblemHandler.java,v 1.2 2008/08/10 06:44:17 ewillink Exp $
*/
package org.eclipse.qvt.declarative.editor.qvtrelation.ui;
import org.eclipse.core.resources.IResource;
import org.eclipse.qvt.declarative.editor.ui.builder.EcoreMarkerProblemHandler;
public class QVTrMarkerProblemHandler extends EcoreMarkerProblemHandler
{
public QVTrMarkerProblemHandler(IResource resource) {
super(QVTrCreationFactory.INSTANCE, resource);
}
}