Improve xmldoc for DatabaseContextFactory.Get

This commit is contained in:
Dean Herbert 2018-02-19 14:17:41 +09:00
parent ddf49c2e65
commit 8b89735e9e

View File

@ -26,7 +26,8 @@ namespace osu.Game.Database
} }
/// <summary> /// <summary>
/// Get a context for read-only usage. /// Get a context for the current thread for read-only usage.
/// If a <see cref="DatabaseWriteUsage"/> is in progress, the existing write-safe context will be returned.
/// </summary> /// </summary>
public OsuDbContext Get() => threadContexts.Value; public OsuDbContext Get() => threadContexts.Value;