blob: df707de49cc579818696e0cf77f660970eb9d969 [file] [log] [blame]
/**
*/
package org.hl7.fhir.util;
import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
/**
* <!-- begin-user-doc -->
* The <b>Resource </b> associated with the package.
* <!-- end-user-doc -->
* @see org.hl7.fhir.util.FhirResourceFactoryImpl
* @generated
*/
public class FhirResourceImpl extends XMLResourceImpl {
/**
* Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param uri the URI of the new resource.
* @generated
*/
public FhirResourceImpl(URI uri) {
super(uri);
}
} //FhirResourceImpl