Closedown

This commit is contained in:
boccioli_m
2017-08-31 16:51:57 +02:00
parent 603fbfcb72
commit 09283b9f43

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().toString() == pairD.getKey().toString()){
//if(pairT.getKey() == pairD.getKey()){
System.out.println("test: " + pairT.getKey() + " = " + pairT.getValue());
System.out.println("device: " + pairD.getKey() + " = " + pairD.getValue());
}
//}
}
//it.remove(); // avoids a ConcurrentModificationException
}