mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-11 19:02:02 +01:00
Formatting.
This commit is contained in:
parent
e795c6ed0b
commit
0e99b35ab2
@ -152,11 +152,12 @@ public class MetricsStarter implements Runnable
|
||||
if (method != null)
|
||||
{
|
||||
String version;
|
||||
if (method instanceof VaultEco) {
|
||||
|
||||
if (method instanceof VaultEco)
|
||||
{
|
||||
version = ((VaultEco)method).getEconomy();
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
version = method.getVersion();
|
||||
final int dashPosition = version.indexOf('-');
|
||||
if (dashPosition > 0)
|
||||
|
@ -8,9 +8,8 @@ import org.bukkit.plugin.Plugin;
|
||||
/**
|
||||
* BOSEconomy 6 Implementation of Method
|
||||
*
|
||||
* @author Nijikokun <nijikokun@shortmail.com> (@nijikokun)
|
||||
* @copyright (c) 2011
|
||||
* @license AOL license <http://aol.nexua.org>
|
||||
* @author Nijikokun <nijikokun@shortmail.com> (@nijikokun) @copyright (c) 2011 @license AOL license
|
||||
* <http://aol.nexua.org>
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class BOSE6 implements Method
|
||||
@ -32,7 +31,7 @@ public class BOSE6 implements Method
|
||||
@Override
|
||||
public String getLongName()
|
||||
{
|
||||
return getName();
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -9,9 +9,8 @@ import org.bukkit.plugin.Plugin;
|
||||
* BOSEconomy 7 Implementation of Method
|
||||
*
|
||||
* @author Acrobot
|
||||
* @author Nijikokun <nijikokun@shortmail.com> (@nijikokun)
|
||||
* @copyright (c) 2011
|
||||
* @license AOL license <http://aol.nexua.org>
|
||||
* @author Nijikokun <nijikokun@shortmail.com> (@nijikokun) @copyright (c) 2011 @license AOL license
|
||||
* <http://aol.nexua.org>
|
||||
*/
|
||||
public class BOSE7 implements Method
|
||||
{
|
||||
@ -32,7 +31,7 @@ public class BOSE7 implements Method
|
||||
@Override
|
||||
public String getLongName()
|
||||
{
|
||||
return getName();
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -9,9 +9,7 @@ import org.bukkit.plugin.Plugin;
|
||||
/**
|
||||
* MultiCurrency Method implementation.
|
||||
*
|
||||
* @author Acrobot
|
||||
* @copyright (c) 2011
|
||||
* @license AOL license <http://aol.nexua.org>
|
||||
* @author Acrobot @copyright (c) 2011 @license AOL license <http://aol.nexua.org>
|
||||
*/
|
||||
public class MCUR implements Method
|
||||
{
|
||||
@ -32,7 +30,7 @@ public class MCUR implements Method
|
||||
@Override
|
||||
public String getLongName()
|
||||
{
|
||||
return getName();
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -9,9 +9,8 @@ import org.bukkit.plugin.Plugin;
|
||||
/**
|
||||
* iConomy 4 Implementation of Method
|
||||
*
|
||||
* @author Nijikokun <nijikokun@shortmail.com> (@nijikokun)
|
||||
* @copyright (c) 2011
|
||||
* @license AOL license <http://aol.nexua.org>
|
||||
* @author Nijikokun <nijikokun@shortmail.com> (@nijikokun) @copyright (c) 2011 @license AOL license
|
||||
* <http://aol.nexua.org>
|
||||
*/
|
||||
public class iCo4 implements Method
|
||||
{
|
||||
@ -32,7 +31,7 @@ public class iCo4 implements Method
|
||||
@Override
|
||||
public String getLongName()
|
||||
{
|
||||
return getName();
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -12,9 +12,8 @@ import org.bukkit.plugin.Plugin;
|
||||
/**
|
||||
* iConomy 5 Implementation of Method
|
||||
*
|
||||
* @author Nijikokun <nijikokun@shortmail.com> (@nijikokun)
|
||||
* @copyright (c) 2011
|
||||
* @license AOL license <http://aol.nexua.org>
|
||||
* @author Nijikokun <nijikokun@shortmail.com> (@nijikokun) @copyright (c) 2011 @license AOL license
|
||||
* <http://aol.nexua.org>
|
||||
*/
|
||||
public class iCo5 implements Method
|
||||
{
|
||||
@ -35,7 +34,7 @@ public class iCo5 implements Method
|
||||
@Override
|
||||
public String getLongName()
|
||||
{
|
||||
return getName();
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -11,9 +11,8 @@ import org.bukkit.plugin.Plugin;
|
||||
/**
|
||||
* iConomy 6 Implementation of Method
|
||||
*
|
||||
* @author Nijikokun <nijikokun@shortmail.com> (@nijikokun)
|
||||
* @copyright (c) 2011
|
||||
* @license AOL license <http://aol.nexua.org>
|
||||
* @author Nijikokun <nijikokun@shortmail.com> (@nijikokun) @copyright (c) 2011 @license AOL license
|
||||
* <http://aol.nexua.org>
|
||||
*/
|
||||
public class iCo6 implements Method
|
||||
{
|
||||
@ -34,7 +33,7 @@ public class iCo6 implements Method
|
||||
@Override
|
||||
public String getLongName()
|
||||
{
|
||||
return getName();
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user