This commit is contained in:
boccioli_m
2017-10-16 14:19:49 +02:00
parent b16430c10c
commit e044a9f9cc
2 changed files with 2 additions and 2 deletions

View File

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