give all models @ToString
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 16s

This commit is contained in:
Lee
2024-04-17 21:22:33 +01:00
parent 57b1af849d
commit c7b3f76981
9 changed files with 21 additions and 45 deletions

View File

@ -2,12 +2,13 @@ package xyz.mcutils.models.mojang;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.ToString;
import xyz.mcutils.models.CachedResponse;
import java.util.Map;
@AllArgsConstructor
@Getter
@Getter @ToString
public class CachedMojangEndpointStatus extends CachedResponse {
/**