Closedown

This commit is contained in:
boccioli_m
2017-08-31 16:54:53 +02:00
parent 865a66251d
commit 6a620a0c1c

View File

@@ -2498,10 +2498,10 @@ public class TestingList extends Panel {
Iterator itT = testParams.entrySet().iterator();
while (itT.hasNext()) {
Map.Entry pairT = (Map.Entry)itT.next();
//if(pairT.getKey() == pairD.getKey()){
if(pairT.getKey().toString().equals(pairD.getKey().toString())){
System.out.println("test: " + pairT.getKey() + " = " + pairT.getValue());
System.out.println("device: " + pairD.getKey() + " = " + pairD.getValue());
//}
}
}
//it.remove(); // avoids a ConcurrentModificationException
}