Fix XML comment in UnzipFileAsync method
Removed an unnecessary XML comment parameter closing tag.
This commit is contained in:
@ -101,7 +101,6 @@ namespace Oqtane.Services
|
|||||||
/// Unzips the contents of a zip file
|
/// Unzips the contents of a zip file
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="fileId">Reference to the <see cref="File"/></param>
|
/// <param name="fileId">Reference to the <see cref="File"/></param>
|
||||||
/// </param>
|
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
Task UnzipFileAsync(int fileId);
|
Task UnzipFileAsync(int fileId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user