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
@@ -405,6 +405,7 @@ public class PlayerAuth {
* Method equals.
*
* @param obj Object
*
* @return boolean
*/
@Override
@@ -57,6 +57,7 @@ public class PlayerCache {
* Method isAuthenticated.
*
* @param user String
*
* @return boolean
*/
public boolean isAuthenticated(String user) {
@@ -67,6 +68,7 @@ public class PlayerCache {
* Method getAuth.
*
* @param user String
*
* @return PlayerAuth
*/
public PlayerAuth getAuth(String user) {
@@ -70,6 +70,7 @@ public class JsonCache {
* Method readCache.
*
* @param player Player
*
* @return DataFileCache
*/
public DataFileCache readCache(Player player) {
@@ -119,6 +120,7 @@ public class JsonCache {
* Method doesCacheExist.
*
* @param player Player
*
* @return boolean
*/
public boolean doesCacheExist(Player player) {
@@ -141,6 +143,7 @@ public class JsonCache {
* @param jsonElement JsonElement
* @param type Type
* @param jsonDeserializationContext JsonDeserializationContext
*
* @return DataFileCache * @throws JsonParseException * @see com.google.gson.JsonDeserializer#deserialize(JsonElement, Type, JsonDeserializationContext)
*/
@Override
@@ -177,6 +180,7 @@ public class JsonCache {
* @param dataFileCache DataFileCache
* @param type Type
* @param jsonSerializationContext JsonSerializationContext
*
* @return JsonElement
*/
@Override
@@ -124,6 +124,7 @@ public class LimboCache {
* Method getLimboPlayer.
*
* @param name String
*
* @return LimboPlayer
*/
public LimboPlayer getLimboPlayer(String name) {
@@ -134,6 +135,7 @@ public class LimboCache {
* Method hasLimboPlayer.
*
* @param name String
*
* @return boolean
*/
public boolean hasLimboPlayer(String name) {