This commit is contained in:
schedpas
2020-07-16 10:28:01 +02:00
parent c136c9f180
commit decbe930e7

View File

@@ -53,7 +53,7 @@ namespace Pilz.IO
} }
/// <summary> /// <summary>
/// Generate a new instance of <see cref="FileLocker"/>. /// Generate a new instance of <see cref="FileLocker"/> and locks the given file automatically.
/// </summary> /// </summary>
/// <param name="filePath">The file path to the file that should be locked.</param> /// <param name="filePath">The file path to the file that should be locked.</param>
public FileLocker(string filePath) : this(filePath, true) public FileLocker(string filePath) : this(filePath, true)