diff options
Diffstat (limited to 'OpenSim/Data/IGridUserData.cs')
-rw-r--r-- | OpenSim/Data/IGridUserData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/IGridUserData.cs b/OpenSim/Data/IGridUserData.cs index 9afa477..1b2ea87 100644 --- a/OpenSim/Data/IGridUserData.cs +++ b/OpenSim/Data/IGridUserData.cs | |||
@@ -47,7 +47,7 @@ namespace OpenSim.Data | |||
47 | /// <summary> | 47 | /// <summary> |
48 | /// An interface for connecting to the user grid datastore | 48 | /// An interface for connecting to the user grid datastore |
49 | /// </summary> | 49 | /// </summary> |
50 | public interface IGridUserData | 50 | public interface IGridUserData |
51 | { | 51 | { |
52 | GridUserData Get(string userID); | 52 | GridUserData Get(string userID); |
53 | GridUserData[] GetAll(string query); | 53 | GridUserData[] GetAll(string query); |