@Override
 public synchronized ArrayList<Conflict> getConflicts() {
   return kb.getConflicts();
 }