DATAMONGO-2418 - Polishing.
Reformat code. Original pull request: #814.
This commit is contained in:
@@ -77,7 +77,7 @@ public class ParameterBindingContext {
|
||||
}
|
||||
|
||||
public EvaluationContext getEvaluationContext() {
|
||||
return this.evaluationContext.get();
|
||||
return this.evaluationContext.get();
|
||||
}
|
||||
|
||||
public SpelExpressionParser getExpressionParser() {
|
||||
|
||||
@@ -101,7 +101,7 @@ public class ParameterBindingJsonReader extends AbstractBsonReader {
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.2.3
|
||||
* @since 2.2.3
|
||||
*/
|
||||
public ParameterBindingJsonReader(String json, ValueProvider accessor, SpelExpressionParser spelExpressionParser,
|
||||
Supplier<EvaluationContext> evaluationContext) {
|
||||
|
||||
@@ -202,7 +202,7 @@ public class ParameterBindingJsonReaderUnitTests {
|
||||
}
|
||||
|
||||
@Test // DATAMONGO-2418
|
||||
public void shouldNotAccessSpElEveluationContextWhenNoSpelPresentInBindableTarget() {
|
||||
public void shouldNotAccessSpElEvaluationContextWhenNoSpElPresentInBindableTarget() {
|
||||
|
||||
Object[] args = new Object[] { "value" };
|
||||
EvaluationContext evaluationContext = new StandardEvaluationContext() {
|
||||
|
||||
Reference in New Issue
Block a user