summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Helpers
diff options
context:
space:
mode:
authorScott <[email protected]>2015-09-26 21:10:52 +0100
committerScott <[email protected]>2015-09-26 21:30:33 +0100
commita6cf5c5fd4b4c23ad3998ff270162768ce9ae6e7 (patch)
tree6161fd2aae762160cc70e3fd213eda4e57f0257f /win/CS/HandBrakeWPF/Helpers
parentc4008d7a492fa08449de6e19414a1acf101e53f5 (diff)
Tidy up some Stylecop Warnings
Tidy up some Stylecop Warnings
Diffstat (limited to 'win/CS/HandBrakeWPF/Helpers')
-rw-r--r--win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs b/win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs
index 195e66200..143288403 100644
--- a/win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs
+++ b/win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs
@@ -105,6 +105,9 @@ namespace HandBrakeWPF.Helpers
/// <param name="errorService">
/// The error Service.
/// </param>
+ /// <returns>
+ /// The <see cref="bool"/>.
+ /// </returns>
public static bool RecoverQueue(IQueueProcessor encodeQueue, IErrorService errorService)
{
string appDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), @"HandBrake\");