DATAJDBC-251 - Polishing.

Removed superfluous whitespace.

Original pull request: #85.
This commit is contained in:
Jens Schauder
2018-08-20 15:11:05 +02:00
committed by Oliver Gierke
parent 55c901b43b
commit 63b9754180

View File

@@ -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());
}