Closedown

This commit is contained in:
boccioli_m
2017-08-31 16:45:00 +02:00
parent 29a8567cb4
commit 28e1f9ff07
3 changed files with 2 additions and 1 deletions

View File

@@ -2496,6 +2496,7 @@ public class TestingList extends Panel {
while (itD.hasNext()) {
Map.Entry pairD = (Map.Entry)itD.next();
System.out.println(pairD.getKey() + " = " + pairD.getValue());
itT = testParams.entrySet().iterator();
while (itT.hasNext()) {
Map.Entry pairT = (Map.Entry)itT.next();
if(pairT.getKey() == pairD.getKey()){