forked from SteamWar/SteamWar
Introduce GDPRQuery command for GDPR data generation, refactor SQL statements, and improve null safety across modules.
Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
@@ -32,6 +32,14 @@ import java.util.stream.Collectors;
|
||||
public class PersonalKit {
|
||||
private final InternalKit kit;
|
||||
|
||||
public String getName() {
|
||||
return kit.getName();
|
||||
}
|
||||
|
||||
public boolean isInUse() {
|
||||
return kit.getInUse();
|
||||
}
|
||||
|
||||
public String getRawInventory() {
|
||||
return kit.getRawInventory();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user