Skip to content

Commit

Permalink
SYMMETRICDS-610
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 21, 2012
1 parent 57bf030 commit a8a0121
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -144,6 +144,10 @@ public void write(CsvData data) {

if (eventType == DataEventType.DELETE) {
sourceValues = oldSourceValues;

if (sourceValues.size() == 0) {
sourceValues = sourceKeyValues;
}
}

if (log.isDebugEnabled()) {
Expand Down

0 comments on commit a8a0121

Please sign in to comment.