Closedown

This commit is contained in:
boccioli_m
2017-10-16 14:05:57 +02:00
parent e2b71bf570
commit c323e766d0

View File

@@ -337,7 +337,7 @@ public class TestingListDetails extends javax.swing.JPanel {
hDetails = details;
}
public String get(String detailName){
return hDetails.get("deviceName").toString().replaceAll("\"", "");
return hDetails.get(detailName).toString().replaceAll("\"", "");
}
}