Release 6.10.4

This commit is contained in:
Alexander Brandes 2022-11-16 11:26:03 +01:00
parent b5bc1988e5
commit ee8902154a
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
3 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ import org.checkerframework.checker.nullness.qual.NonNull;
/** /**
* @deprecated P2 effectively no longer supports 1.13 * @deprecated P2 effectively no longer supports 1.13
*/ */
@Deprecated(forRemoval = true, since = "TODO") @Deprecated(forRemoval = true, since = "6.10.4")
public class PaperListener113 extends PaperListener { public class PaperListener113 extends PaperListener {
@Inject @Inject

View File

@ -26,7 +26,7 @@ import java.util.Objects;
/** /**
* Util class for generic methods relating to plot flags. * Util class for generic methods relating to plot flags.
* *
* @since TODO * @since 6.10.4
*/ */
public final class PlotFlagUtil { public final class PlotFlagUtil {
@ -42,7 +42,7 @@ public final class PlotFlagUtil {
* @param value boolean value to check flag value against * @param value boolean value to check flag value against
* @param <T> The flag value type * @param <T> The flag value type
* @return true if road flag value matches with road flags enabled * @return true if road flag value matches with road flags enabled
* @since TODO * @since 6.10.4
*/ */
public static <T> boolean isAreaRoadFlagsAndFlagEquals( public static <T> boolean isAreaRoadFlagsAndFlagEquals(
PlotArea area, final Class<? extends PlotFlag<T, ?>> flagClass, T value PlotArea area, final Class<? extends PlotFlag<T, ?>> flagClass, T value

View File

@ -19,7 +19,7 @@ plugins {
} }
group = "com.plotsquared" group = "com.plotsquared"
version = "6.10.4-SNAPSHOT" version = "6.10.4"
subprojects { subprojects {
group = rootProject.group group = rootProject.group