DATAMONGO-2418 - Polishing.

Reformat code.

Original pull request: #814.
This commit is contained in:
Mark Paluch
2019-12-04 10:30:44 +01:00
parent 60112b4d14
commit 56fff286aa
3 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ public class ParameterBindingContext {
}
public EvaluationContext getEvaluationContext() {
return this.evaluationContext.get();
return this.evaluationContext.get();
}
public SpelExpressionParser getExpressionParser() {

View File

@@ -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) {

View File

@@ -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() {