Browse Source

DATAJDBC-251 - Polishing.

Removed superfluous whitespace.

Original pull request: #85.
pull/87/head
Jens Schauder 7 years ago committed by Oliver Gierke
parent
commit
63b9754180
No known key found for this signature in database
GPG Key ID: 6E42B5787543F690
  1. 2
      src/main/java/org/springframework/data/jdbc/core/DefaultJdbcInterpreter.java

2
src/main/java/org/springframework/data/jdbc/core/DefaultJdbcInterpreter.java

@ -79,7 +79,7 @@ class DefaultJdbcInterpreter implements Interpreter { @@ -79,7 +79,7 @@ class DefaultJdbcInterpreter implements Interpreter {
* @see org.springframework.data.relational.core.conversion.Interpreter#interpret(org.springframework.data.relational.core.conversion.DbAction.Update)
*/
@Override
public <T> void interpret(Update<T> update ) {
public <T> void interpret(Update<T> update) {
accessStrategy.update(update.getEntity(), update.getEntityType());
}

Loading…
Cancel
Save