fix: 'final static' semantics
This commit is contained in:
parent
cf8ce5097f
commit
1b3a197085
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import java.util.logging.Logger;
|
|||
|
||||
public class UpdateChecker extends BukkitRunnable {
|
||||
private final static Logger logger = Logger.getLogger("ZNPCsPlus Update Checker");
|
||||
private static final String GET_RESOURCE = "https://api.spigotmc.org/simple/0.2/index.php?action=getResource&id=109380";
|
||||
private final static String GET_RESOURCE = "https://api.spigotmc.org/simple/0.2/index.php?action=getResource&id=109380";
|
||||
public final static String DOWNLOAD_LINK = "https://www.spigotmc.org/resources/znpcsplus.109380/";
|
||||
|
||||
private final PluginDescriptionFile info;
|
||||
|
|
Loading…
Reference in a new issue