cleanup
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 34s

This commit is contained in:
Lee
2024-06-27 13:02:55 +01:00
parent b36bdae5de
commit 84dfe5a119
10 changed files with 12 additions and 32 deletions

View File

@ -2,7 +2,6 @@ package cc.fascinated.bat.common;
import lombok.Getter;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
@ -10,7 +9,7 @@ import java.util.Map;
* @author Fascinated (fascinated7)
*/
@Getter
public class ProfileHolder implements Serializable {
public class ProfileHolder {
/**
* The profiles for the holder
*/