fixing copy & paste artefact.

This commit is contained in:
Dr Scofield
2008-07-18 15:36:38 +00:00
parent 611b56070b
commit 449c09234d

View File

@@ -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);