Skip to content

Commit

Permalink
* Added code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wceuppens committed May 2, 2018
1 parent ec97f63 commit 5b077c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpdateManager/Classes/UpdateManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public async void CheckForUpdate(bool showErrors, bool showNoUpdates)
/// <summary>
/// Change the StringVariables during runtime
/// </summary>
/// <param name="stringVariables"></param>
/// <param name="stringVariables">StringVariables object that contains all translation data</param>
public void SetStringVariables(StringVariables stringVariables)
{
_stringVariables = stringVariables ?? throw new ArgumentNullException(nameof(stringVariables));
Expand Down

0 comments on commit 5b077c2

Please sign in to comment.