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

replace cimURI with cimURISharp

parent cfe855b7
No related branches found
No related tags found
1 merge request!9Resolve "correct saving of CIM files"
Pipeline #1127 passed
...@@ -26,7 +26,7 @@ public class CimResourceHandler extends fr.centralesupelec.edf.riseclipse.cim.ut ...@@ -26,7 +26,7 @@ public class CimResourceHandler extends fr.centralesupelec.edf.riseclipse.cim.ut
@Override @Override
public void preSave( XMLResource resource, OutputStream outputStream, Map< ?, ? > options ) { public void preSave( XMLResource resource, OutputStream outputStream, Map< ?, ? > options ) {
super.preSave( resource, outputStream, options, CimConstants.cimURI ); super.preSave( resource, outputStream, options, CimConstants.cimURISharp );
} }
} }
...@@ -22,15 +22,15 @@ import org.eclipse.emf.ecore.xmi.XMLHelper; ...@@ -22,15 +22,15 @@ import org.eclipse.emf.ecore.xmi.XMLHelper;
public class CimXMLSaveImpl extends fr.centralesupelec.edf.riseclipse.cim.util.cimxml.CimXMLSaveImpl { public class CimXMLSaveImpl extends fr.centralesupelec.edf.riseclipse.cim.util.cimxml.CimXMLSaveImpl {
public CimXMLSaveImpl( XMLHelper helper ) { public CimXMLSaveImpl( XMLHelper helper ) {
super( CimConstants.cimURI, helper ); super( CimConstants.cimURISharp, helper );
} }
public CimXMLSaveImpl( Map< ?, ? > options, XMLHelper helper, String encoding ) { public CimXMLSaveImpl( Map< ?, ? > options, XMLHelper helper, String encoding ) {
super( CimConstants.cimURI, options, helper, encoding ); super( CimConstants.cimURISharp, options, helper, encoding );
} }
public CimXMLSaveImpl( Map< ?, ? > options, XMLHelper helper, String encoding, String xmlVersion ) { public CimXMLSaveImpl( Map< ?, ? > options, XMLHelper helper, String encoding, String xmlVersion ) {
super( CimConstants.cimURI, options, helper, encoding, xmlVersion ); super( CimConstants.cimURISharp, options, helper, encoding, xmlVersion );
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment