blob: 11dc0e7d73c6ba86976595a4722f12b7af0622dc [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 Sean Muir
* 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:
* Sean Muir (JKM Software) - initial API and implementation
*
* $Id$
*******************************************************************************/
package org.eclipse.mdht.cda.xml;
import org.eclipse.wst.xml.core.internal.validation.core.ValidationInfo;
import org.eclipse.wst.xml.core.internal.validation.core.ValidationReport;
public class CDAValidationReport extends ValidationInfo implements ValidationReport {
public CDAValidationReport(String uri) {
super(uri);
}
}