blob: 0e1ad84de10fc69c10c763bacd4147d1687a7bfe [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.rmf.reqif10.pror.configuration.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.eclipse.rmf.reqif10.pror.configuration.util.ConfigurationResourceFactoryImpl
* @generated
*/
public class ConfigurationResourceImpl extends XMLResourceImpl {
/**
* Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param uri the URI of the new resource.
* @generated
*/
public ConfigurationResourceImpl(URI uri) {
super(uri);
}
} //ConfigurationResourceImpl