Closedown

This commit is contained in:
boccioli_m
2018-03-20 10:35:38 +01:00
parent ac37e144f1
commit 3554f3141b
2 changed files with 3 additions and 2 deletions

View File

@@ -2362,6 +2362,7 @@ public class TestingList extends Panel {
}
if (!bTestAlreadyInTable) {
System.out.println(" test not in table: adding it...");
System.out.println(" rowData: " + rowData);
model.addRow(rowData);
}
} catch (Exception ex) {