Slight cleanup of docs, removing trailing whitespace.
parent
0c712e9704
commit
7aa216d574
|
@ -93,9 +93,8 @@ namespace OpenSim.Data.MySQL
|
||||||
/// </list>
|
/// </list>
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="connect">connect string</param>
|
/// <remarks>DEPRECATED and shouldn't be used</remarks>
|
||||||
/// <remarks>Probably DEPRECATED and shouldn't be used</remarks>
|
public override void Initialise()
|
||||||
override public void Initialise()
|
|
||||||
{
|
{
|
||||||
IniFile GridDataMySqlFile = new IniFile("mysql_connection.ini");
|
IniFile GridDataMySqlFile = new IniFile("mysql_connection.ini");
|
||||||
string hostname = GridDataMySqlFile.ParseFileReadValue("hostname");
|
string hostname = GridDataMySqlFile.ParseFileReadValue("hostname");
|
||||||
|
@ -109,7 +108,7 @@ namespace OpenSim.Data.MySQL
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override public void Dispose() { }
|
public override void Dispose() { }
|
||||||
|
|
||||||
#region IAssetProviderPlugin Members
|
#region IAssetProviderPlugin Members
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue