Moved our SQL Reconnect task into its own class.

This commit is contained in:
GJ
2012-04-25 21:21:35 -04:00
parent 36a5039c12
commit 747d8a6031
4 changed files with 46 additions and 32 deletions

View File

@ -21,7 +21,7 @@ public class mcLocale {
* Gets the appropriate string from the Locale files.
*
* @param key The key to look up the string with
* @param messageArguments Any arguements to be added to the string
* @param messageArguments Any arguments to be added to the string
* @return The properly formatted locale string
*/
public static String getString(String key, Object[] messageArguments) {