Hiding puck detection errors from users.

This commit is contained in:
gac-S_Changer
2018-09-19 17:56:09 +02:00
parent afb1e4cac2
commit dc78eb382f
3 changed files with 6 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ public class SampleInfo extends HashMap {
Object[] getData() {
return new Object[]{getStr("userName"), getStr("dewarName"),
getStr("puckName"), getStr("puckAddress"), getStr("puckBarcode"), getEnum("puckType", PuckType.class, PuckType.Unknown),
getStr("puckName"), getEnum("puckType", PuckType.class, PuckType.Unknown), getStr("puckBarcode"), getStr("puckAddress"),
getStr("sampleName"), getInt("samplePosition"), getEnum("sampleStatus", SampleStatus.class, SampleStatus.Unknown), getInt("sampleMountCount")
};