Skip to content

Commit 63b9754

Browse files
schauderodrotbohm
authored andcommitted
DATAJDBC-251 - Polishing.
Removed superfluous whitespace. Original pull request: #85.
1 parent 55c901b commit 63b9754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public <T> void interpret(InsertRoot<T> insert) {
7979
* @see org.springframework.data.relational.core.conversion.Interpreter#interpret(org.springframework.data.relational.core.conversion.DbAction.Update)
8080
*/
8181
@Override
82-
public <T> void interpret(Update<T> update ) {
82+
public <T> void interpret(Update<T> update) {
8383
accessStrategy.update(update.getEntity(), update.getEntityType());
8484
}
8585

0 commit comments

Comments
 (0)