Fix outdated xmldoc

This commit is contained in:
Dean Herbert 2018-02-13 15:08:51 +09:00
parent 50cdb03cd9
commit 8c42225646
1 changed files with 1 additions and 4 deletions

View File

@ -588,11 +588,8 @@ private List<BeatmapSetFileInfo> createFileInfos(ArchiveReader reader, FileStore
}
/// <summary>
/// Import a beamap into our local <see cref="FileStore"/> storage.
/// If the beatmap is already imported, the existing instance will be returned.
/// Create all required <see cref="BeatmapInfo"/>s for the provided archive.
/// </summary>
/// <param name="reader">The beatmap archive to be read.</param>
/// <returns>The imported beatmap, or an existing instance if it is already present.</returns>
private List<BeatmapInfo> createBeatmapDifficulties(ArchiveReader reader)
{
var beatmapInfos = new List<BeatmapInfo>();