Skip to content

Commit ee1d56c

Browse files
laxmi-lal-menariamilkshakeuk
authored andcommitted
Update XMLParser.cs
Removed this initialization to '_includeLongNameInEncodedXML'
1 parent 9b0ce24 commit ee1d56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHapi.Base/Parser/XMLParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public abstract class XMLParser : ParserBase
6262
private static readonly Regex NameSpaceRegex = new Regex(@$"xmlns(.*)=""{NameSpace}""", RegexOptions.Compiled);
6363
6464
/// <summary> _includeLongNameInEncodedXML.</summary>
65-
private bool _includeLongNameInEncodedXML = false;
65+
private bool _includeLongNameInEncodedXML;
6666
6767
protected XMLParser()
6868
{

0 commit comments

Comments
 (0)