From 8d484fa1b6c25b723258511fee7d83cadcad24ab Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 9 Nov 2023 13:14:13 +0100 Subject: [PATCH] OZG-4461 adjust JavaDoc --- .../src/main/java/de/ozgcloud/alfa/GoofyProperties.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alfa-service/src/main/java/de/ozgcloud/alfa/GoofyProperties.java b/alfa-service/src/main/java/de/ozgcloud/alfa/GoofyProperties.java index 8af46660ac..a6535d732f 100644 --- a/alfa-service/src/main/java/de/ozgcloud/alfa/GoofyProperties.java +++ b/alfa-service/src/main/java/de/ozgcloud/alfa/GoofyProperties.java @@ -11,12 +11,12 @@ import lombok.Setter; @Configuration @ConfigurationProperties(prefix = GoofyProperties.PREFIX) class GoofyProperties { - + static final String PREFIX = "goofy"; /** - * Set production mode. + * Production mode. */ private boolean production = true; - + } -- GitLab