Closedown

This commit is contained in:
boccioli_m
2015-06-09 12:04:36 +02:00
parent 46a3a67507
commit bdd69f4041
2 changed files with 2 additions and 2 deletions

View File

@@ -332,7 +332,7 @@ public class TestingList extends Panel {
}
public void addToTable(String deviceName, String deviceDescription, String testName){
String sDate = getNow();
String sDate = "";
if(testName.equals("") || deviceName.equals("")) return;
ImageIcon icon = new ImageIcon(getClass().getResource("/icons/button_pause-16px.png"));