Skip to content
Snippets Groups Projects
Commit be51632f authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

CimXMLHandler no more abstract

parent e8b314f4
No related branches found
No related tags found
1 merge request!5Resolve "CimXMLHandler does not need to be abstract"
......@@ -22,12 +22,13 @@ import org.eclipse.emf.ecore.EStructuralFeature;
import org.eclipse.emf.ecore.xmi.XMLHelper;
import org.eclipse.emf.ecore.xmi.XMLResource;
public abstract class CimXMLHandler extends fr.centralesupelec.edf.riseclipse.cim.util.cimxml.CimXMLHandler {
public class CimXMLHandler extends fr.centralesupelec.edf.riseclipse.cim.util.cimxml.CimXMLHandler {
public CimXMLHandler( XMLResource xmiResource, XMLHelper helper, Map< ?, ? > options ) {
super( CimConstants.cimURI, xmiResource, helper, options );
}
// This method needs the specific URI
@Override
protected boolean setEnumValue( EObject object, EStructuralFeature feature, String resource ) {
if( resource.startsWith( CimConstants.cimURISharp ) ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment