Home | History | Annotate | Download | only in store

Lines Matching refs:mismatched

305         Set<String> mismatched = new HashSet<String>();
310 mismatched.add(item.name);
316 if (mismatched.isEmpty()) {
321 for (String mismatch : mismatched) {