Reformatted code with new code style
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user