diff options
Diffstat (limited to 'OpenSim/Data/MapperFactory/DataMapperFactory.cs')
-rw-r--r-- | OpenSim/Data/MapperFactory/DataMapperFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MapperFactory/DataMapperFactory.cs b/OpenSim/Data/MapperFactory/DataMapperFactory.cs index 1d981f8..0b1fadd 100644 --- a/OpenSim/Data/MapperFactory/DataMapperFactory.cs +++ b/OpenSim/Data/MapperFactory/DataMapperFactory.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Data.MapperFactory | |||
49 | return new MSSQLDatabaseMapper(connectionString); | 49 | return new MSSQLDatabaseMapper(connectionString); |
50 | default: | 50 | default: |
51 | throw new ArgumentException("Unknown Database Mapper type [" + type + "]."); | 51 | throw new ArgumentException("Unknown Database Mapper type [" + type + "]."); |
52 | } | 52 | } |
53 | } | 53 | } |
54 | } | 54 | } |
55 | } | 55 | } |