Slight cleanup of docs, removing trailing whitespace.

0.6.3-post-fixes
Mike Mazur 2009-01-28 01:55:45 +00:00
parent 0c712e9704
commit 7aa216d574
2 changed files with 11 additions and 12 deletions

View File

@ -93,9 +93,8 @@ namespace OpenSim.Data.MySQL
/// </list>
/// </para>
/// </summary>
/// <param name="connect">connect string</param>
/// <remarks>Probably DEPRECATED and shouldn't be used</remarks>
override public void Initialise()
/// <remarks>DEPRECATED and shouldn't be used</remarks>
public override void Initialise()
{
IniFile GridDataMySqlFile = new IniFile("mysql_connection.ini");
string hostname = GridDataMySqlFile.ParseFileReadValue("hostname");
@ -109,7 +108,7 @@ namespace OpenSim.Data.MySQL
}
override public void Dispose() { }
public override void Dispose() { }
#region IAssetProviderPlugin Members