mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 19:42:56 +08:00
Remove incorrect default specification from IRealmFactory interface
This commit is contained in:
parent
70689eee2b
commit
a13b6abcff
@ -7,7 +7,7 @@ namespace osu.Game.Database
|
|||||||
{
|
{
|
||||||
public interface IRealmFactory
|
public interface IRealmFactory
|
||||||
{
|
{
|
||||||
public Realm Get() => Realm.GetInstance();
|
Realm Get();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Request a context for write usage. Can be consumed in a nested fashion (and will return the same underlying context).
|
/// Request a context for write usage. Can be consumed in a nested fashion (and will return the same underlying context).
|
||||||
|
Loading…
Reference in New Issue
Block a user