Fix the javadoc on one method in JailIO being incorrect.

This commit is contained in:
graywolf336 2014-04-29 13:24:26 -05:00
parent 4d4f609b82
commit a7798c9d62

View File

@ -1122,7 +1122,7 @@ public class JailIO {
/**
* Gets all the record entries for the given player.
*
* @param username of the prisoner to get.
* @param uuid of the prisoner to get.
* @return A List of strings containing the record entries.
*/
public List<String> getRecordEntries(String uuid) {