mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-23 13:46:45 +01:00
chore: Fill in since TODOs
This commit is contained in:
parent
93571c72d1
commit
8a80f252cf
@ -227,7 +227,7 @@ public class Load extends SubCommand {
|
|||||||
/**
|
/**
|
||||||
* @deprecated Use {@link TimeUtil#secToTime(long)}
|
* @deprecated Use {@link TimeUtil#secToTime(long)}
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "TODO")
|
@Deprecated(forRemoval = true, since = "6.6.2")
|
||||||
public String secToTime(long time) {
|
public String secToTime(long time) {
|
||||||
StringBuilder toreturn = new StringBuilder();
|
StringBuilder toreturn = new StringBuilder();
|
||||||
if (time >= 33868800) {
|
if (time >= 33868800) {
|
||||||
|
@ -29,7 +29,7 @@ import java.util.HashMap;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
@Deprecated(since = "TODO", forRemoval = true)
|
@Deprecated(since = "6.6.2", forRemoval = true)
|
||||||
public class RegExUtil {
|
public class RegExUtil {
|
||||||
|
|
||||||
public static Map<String, Pattern> compiledPatterns;
|
public static Map<String, Pattern> compiledPatterns;
|
||||||
|
Loading…
Reference in New Issue
Block a user