Closedown
This commit is contained in:
@@ -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()){
|
||||
|
||||
Reference in New Issue
Block a user