Update changelog & minor formatting fixes

This commit is contained in:
TfT_02
2013-10-06 10:25:28 +02:00
parent 96b54387fe
commit 3f9c98d72e
5 changed files with 16 additions and 9 deletions

View File

@ -10,7 +10,7 @@ import com.gmail.nossr50.database.SQLDatabaseManager;
* This task is in charge of sending a MySQL ping over the MySQL connection
* every hour to prevent the connection from timing out and losing players'
* data when they join.
* <p>
* <p/>
* A WeakReference is used to keep the database instance, because
* {@link com.gmail.nossr50.commands.database.ConvertDatabaseCommand database
* conversion} may create a SQLDatabaseManager that will be thrown out. If a