wrong xmldoc

because of 6900d0120a
This commit is contained in:
cdwcgt
2023-02-21 20:54:06 +09:00
parent 04dcd661e0
commit d20e1df603

View File

@ -152,10 +152,9 @@ namespace osu.Game.Database
}
/// <summary>
/// Exports an item to Stream.
/// Override if custom export method is required.
/// Exports model to Stream.
/// </summary>
/// <param name="model">The item to export.</param>
/// <param name="model">The model to export.</param>
/// <param name="outputStream">The output stream to export to.</param>
/// <param name="notification">The notification will displayed to the user</param>
/// <param name="cancellationToken">The Cancellation token that can cancel the exporting.</param>