closes #679
This commit is contained in:
@@ -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