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