Update ApplicationProperties.java

This commit is contained in:
Ludy 2025-04-02 20:50:34 +02:00 committed by GitHub
parent eadde46c7f
commit f65b907879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -394,6 +394,7 @@ public class ApplicationProperties {
// TODO: Remove post migration // TODO: Remove post migration
@Data @Data
@Deprecated(since = "0.45.0")
public static class EnterpriseEdition { public static class EnterpriseEdition {
private boolean enabled; private boolean enabled;
@ToString.Exclude private String key; @ToString.Exclude private String key;