diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/IRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/IRegionData.cs b/OpenSim/Data/IRegionData.cs index ca9b327..c8e38a4 100644 --- a/OpenSim/Data/IRegionData.cs +++ b/OpenSim/Data/IRegionData.cs | |||
@@ -67,7 +67,7 @@ namespace OpenSim.Data | |||
67 | /// <summary> | 67 | /// <summary> |
68 | /// An interface for connecting to the authentication datastore | 68 | /// An interface for connecting to the authentication datastore |
69 | /// </summary> | 69 | /// </summary> |
70 | public interface IRegionData | 70 | public interface IRegionData |
71 | { | 71 | { |
72 | RegionData Get(UUID regionID, UUID ScopeID); | 72 | RegionData Get(UUID regionID, UUID ScopeID); |
73 | List<RegionData> Get(string regionName, UUID ScopeID); | 73 | List<RegionData> Get(string regionName, UUID ScopeID); |