Hiding puck detection errors from users.
This commit is contained in:
@@ -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")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user