++
смена ключей багов на численнные.
This commit is contained in:
@@ -6,6 +6,6 @@ public class BugReportRecipientsDBTable extends iDBTable<BugReportRecipient> {
|
||||
}
|
||||
@Override
|
||||
public boolean isEqual(BugReportRecipient o1, BugReportRecipient o2) {
|
||||
return o1.bugreport_id.equals(o2.bugreport_id) && o1.email.equals(o2.email);
|
||||
return o1.bugreport_id==o2.bugreport_id && o1.email.equals(o2.email);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user