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 8af46660ac3fbf48a9d27bae0b1dad8fe927a2d4..a6535d732fc451aecc91883f2c0cc92ae375f47b 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;
-	
+
 }