Closedown
This commit is contained in:
@@ -96,6 +96,7 @@ public class TestingList extends Panel {
|
||||
if (deviceName.equals(jTable1.getValueAt(rowD, colD))) {
|
||||
|
||||
bDeviceFound = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -106,6 +107,7 @@ public class TestingList extends Panel {
|
||||
if (testName.equals(jTable1.getValueAt(rowD, colT))) {
|
||||
|
||||
bTestFound = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user