This commit is contained in:
jstaerk
2025-01-14 07:18:28 +01:00
parent 8c7a2c322d
commit 8d7a3a9d6d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
- #678
- #679
2.16.0
=======

View File

@@ -70,7 +70,7 @@ public class ValidationContext {
}
public ValidationContext setProfile(String profile) {
this.profile = profile;
this.profile = profile.trim();
return this;
}