We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0ce24 commit ee1d56cCopy full SHA for ee1d56c
src/NHapi.Base/Parser/XMLParser.cs
@@ -62,7 +62,7 @@ public abstract class XMLParser : ParserBase
62
private static readonly Regex NameSpaceRegex = new Regex(@$"xmlns(.*)=""{NameSpace}""", RegexOptions.Compiled);
63
64
/// <summary> _includeLongNameInEncodedXML.</summary>
65
- private bool _includeLongNameInEncodedXML = false;
+ private bool _includeLongNameInEncodedXML;
66
67
protected XMLParser()
68
{
0 commit comments