Repair broken compilation

This commit is contained in:
Carlos Ruiz 2007-03-01 16:21:03 +00:00
parent a8675a8755
commit 39184d8527
1 changed files with 1 additions and 1 deletions

View File

@ -1502,7 +1502,7 @@ public class DBDifference {
continue; continue;
} }
String value = data2.getValueForColumn(columns2.get(m).getColumnName()); String value = data2.getValueForColumn(columns2.get(m).getColumnName());
if (value != null && value.indexOf(''') != -1) { if (value != null && value.indexOf('\'') != -1) {
value = value.replaceAll("'", "''"); value = value.replaceAll("'", "''");
} }
if (and) { if (and) {