diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserService.cs (renamed from OpenSim/Services/Interfaces/IUserServices.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IUserServices.cs b/OpenSim/Services/Interfaces/IUserService.cs index 9eccc3c..0e8191f 100644 --- a/OpenSim/Services/Interfaces/IUserServices.cs +++ b/OpenSim/Services/Interfaces/IUserService.cs | |||
@@ -1,6 +1,6 @@ | |||
1 | namespace OpenSim.Services.Interfaces | 1 | namespace OpenSim.Services.Interfaces |
2 | { | 2 | { |
3 | public interface IUserServices | 3 | public interface IUserService |
4 | { | 4 | { |
5 | } | 5 | } |
6 | } | 6 | } |