Closedown

This commit is contained in:
boccioli_m
2015-06-08 09:29:17 +02:00
parent ad50ed6304
commit 1ae20e2581

View File

@@ -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;
}
}
}