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 dc9f4ce commit 5426819Copy full SHA for 5426819
src/NHapi.Base/Parser/DefaultXMLParser.cs
@@ -46,7 +46,7 @@ public DefaultXMLParser(IModelClassFactory modelClassFactory)
46
47
/// <summary>Test harness. </summary>
48
[STAThread]
49
- public new static void Main(string[] args)
+ public static new void Main(string[] args)
50
{
51
if (args.Length != 1)
52
0 commit comments