Mercurial > dive4elements > river
comparison flys-aft/src/main/java/de/intevation/aft/WQDiff.java @ 4736:b195fede1c3b
Remove trailing whitespace.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 02 Jan 2013 13:18:31 +0100 |
parents | 82f5266f881b |
children | f939e1e6cfa4 |
comparison
equal
deleted
inserted
replaced
4735:94b39073f0f7 | 4736:b195fede1c3b |
---|---|
57 public boolean hasChanges() { | 57 public boolean hasChanges() { |
58 return !(toAdd.isEmpty() && toDelete.isEmpty()); | 58 return !(toAdd.isEmpty() && toDelete.isEmpty()); |
59 } | 59 } |
60 | 60 |
61 public void writeChanges( | 61 public void writeChanges( |
62 SyncContext context, | 62 SyncContext context, |
63 int tableId | 63 int tableId |
64 ) | 64 ) |
65 throws SQLException | 65 throws SQLException |
66 { | 66 { |
67 ConnectedStatements flysStatements = context.getFlysStatements(); | 67 ConnectedStatements flysStatements = context.getFlysStatements(); |