mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
fixing copy & paste artefact.
This commit is contained in:
@@ -38,9 +38,9 @@ using OpenSim.Framework;
|
||||
using OpenSim.Region.Environment.Interfaces;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Data.MySQL
|
||||
namespace OpenSim.Data.SQLite
|
||||
{
|
||||
public class MySQLEstateStore : IEstateDataStore
|
||||
public class SQLiteEstateStore : IEstateDataStore
|
||||
{
|
||||
private static readonly ILog m_log =
|
||||
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
Reference in New Issue
Block a user