diff --git a/osu.Game/Database/BeatmapDatabase.cs b/osu.Game/Database/BeatmapDatabase.cs
index ad4ce06588..0b55a81ba9 100644
--- a/osu.Game/Database/BeatmapDatabase.cs
+++ b/osu.Game/Database/BeatmapDatabase.cs
@@ -130,6 +130,7 @@ namespace osu.Game.Database
// We may or may not want to delete the file depending on where it is stored.
// e.g. reconstructing/repairing database with beatmaps from default storage.
+ // Also, not always a single file, i.e. for LegacyFilesystemReader
// TODO: Add a check to prevent files from storage to be deleted.
try
{
@@ -156,10 +157,9 @@ namespace osu.Game.Database
///
/// Duplicates content from to storage and returns a representing .
- /// Returns null if a representation already exists.
///
/// Content location
- /// or null
+ ///
private BeatmapSetInfo getBeatmapSet(string path)
{
string hash = null;