Merge pull request #463 from NextTurn/nullable

Annotate for NRT
pull/470/head
Next Turn 2020-03-31 23:52:07 +08:00 committed by GitHub
commit 5fcfe177af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>