closes #679
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
- #678
|
||||
- #679
|
||||
|
||||
2.16.0
|
||||
=======
|
||||
|
||||
@@ -70,7 +70,7 @@ public class ValidationContext {
|
||||
}
|
||||
|
||||
public ValidationContext setProfile(String profile) {
|
||||
this.profile = profile;
|
||||
this.profile = profile.trim();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user