Reformatted code with new code style

This commit is contained in:
Tim Visée
2015-11-23 21:46:34 +01:00
parent b2db25d16c
commit 36c50c4507
92 changed files with 2458 additions and 2080 deletions
@@ -179,6 +179,7 @@ public class FlatToSqlite implements Converter {
* Method saveAuth.
*
* @param s String
*
* @return boolean
*/
private synchronized boolean saveAuth(String s) {
@@ -73,6 +73,7 @@ public class vAuthFileReader {
* Method isUUIDinstance.
*
* @param s String
*
* @return boolean
*/
private boolean isUUIDinstance(String s) {
@@ -85,6 +86,7 @@ public class vAuthFileReader {
* Method getName.
*
* @param uuid UUID
*
* @return String
*/
private String getName(UUID uuid) {
@@ -75,6 +75,7 @@ public class xAuthToFlat {
* Method getIdPlayer.
*
* @param id int
*
* @return String
*/
public String getIdPlayer(int id) {
@@ -129,6 +130,7 @@ public class xAuthToFlat {
* Method getPassword.
*
* @param accountId int
*
* @return String
*/
public String getPassword(int accountId) {