diff --git a/token-checker-server/src/main/java/de/ozgcloud/token/TokenValidationProperties.java b/token-checker-server/src/main/java/de/ozgcloud/token/TokenValidationProperties.java
index 6d18c6f5914223919dc66e26ef97326bef2c4466..f82afaf80bde3dd7b2beb14e9701360b7713a6ed 100644
--- a/token-checker-server/src/main/java/de/ozgcloud/token/TokenValidationProperties.java
+++ b/token-checker-server/src/main/java/de/ozgcloud/token/TokenValidationProperties.java
@@ -84,9 +84,7 @@ public class TokenValidationProperties {
 		private boolean useIdAsPostfachId = false;
 
 		/**
-		 * The mappings the PostfachHandle and the TrustLevel. The value of the mapping
-		 * the name of the attribute in the SamlResponse that represents these values.
-		 * The default are the mappings used by BayernID.
+		 * The mappings define the names of the attributes in the SamlResponse that correspond to these keys
 		 */
 		@NotNull
 		private Map<String, String> mappings;