-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: documentationA documentation taskA documentation task
Milestone
Description
Amir Pashazadeh opened SPR-17581 and commented
In the sample it is written
EvaluationContext context = SimpleEvaluationContext().forReadOnlyDataBinding().build();
but it must be
EvaluationContext context = SimpleEvaluationContext.forReadOnlyDataBinding().build();
And parentheses are redundant.
Affects: 5.1.3
Reference URL: https://docs.spring.io/spring/docs/5.1.3.RELEASE/spring-framework-reference/core.html#expressions-type-conversion
Metadata
Metadata
Assignees
Labels
status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: documentationA documentation taskA documentation task