DATAJDBC-251 - Polishing.
Removed superfluous whitespace. Original pull request: #85.
This commit is contained in:
committed by
Oliver Gierke
parent
55c901b43b
commit
63b9754180
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user