Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Unverified Commit 1ba8c9b9 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

use protected constructor of base class for exempted vehicles that does not...

use protected constructor of base class for exempted vehicles that does not throw an exeption in the base class due to old XML version error
parent 7ff1d661
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider.v24
public new static readonly XNamespace NAMESPACE_URI = XMLDefinitions.DECLARATION_DEFINITIONS_NAMESPACE_URI_V24;
public AbstractXMLDeclarationExemptedVehicleDataProviderV24(
IXMLDeclarationJobInputData jobData, XmlNode xmlNode, string sourceFile) : base(jobData, xmlNode, sourceFile)
IXMLDeclarationJobInputData jobData, XmlNode xmlNode, string sourceFile) : base(jobData, xmlNode, sourceFile, false)
{
SourceType = DataSourceType.XMLEmbedded;
......
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