Annotate for NRT

pull/463/head
NextTurn 2018-12-12 00:00:00 +08:00
parent 74d1a540dc
commit ba6881a106
No known key found for this signature in database
GPG Key ID: 17A0D50ADDE1A0C4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace winsw.Util
throw new InvalidDataException("Attribute <" + attributeName + "> is missing in configuration XML");
}
return SingleAttribute<TAttributeType>(node, attributeName, default);
return SingleAttribute<TAttributeType>(node, attributeName, default)!;
}
/// <summary>