Add since tags

This commit is contained in:
dordsor21 2022-05-10 15:39:48 +01:00
parent 2a6d448afd
commit a92e5c83e2
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
*
* @deprecated This class is poorly designed and will no longer be used in P2
*/
@Deprecated(forRemoval = true)
@Deprecated(forRemoval = true, since = "TODO")
public class ChunkQueueCoordinator extends ScopedQueueCoordinator {
public final BiomeType[][][] biomeResult;

View File

@ -40,7 +40,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
*
* @deprecated This should be renamed to NormalizedScopedQueueCoordinator or something.
*/
@Deprecated(forRemoval = true)
@Deprecated(forRemoval = true, since = "TODO")
public class ScopedQueueCoordinator extends DelegateQueueCoordinator {
private final Location min;