Changeset 2123
- Timestamp:
- Nov 6, 2013, 2:01:27 PM (10 years ago)
- Location:
- extensions/net.sf.basedb.reggie/branches/ticket-489
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/branches/ticket-489/src/net/sf/basedb/reggie/dao/HeGlass.java
r2117 r2123 70 70 json.put("tray", heGlass.getTray()); 71 71 json.put("position", heGlass.getPosition()); 72 json.put("comment ", heGlass.getDescription());72 json.put("comments", heGlass.getDescription()); 73 73 74 74 if (jsonSamples != null) … … 97 97 jsonSample.put("name", s.getName()); 98 98 jsonSample.put("well", JsonUtil.getBioWellAsJSON(s.getBioWell(), false)); 99 jsonSample.put("comments", s.getDescription()); 99 100 100 101 jsonSample.put("GoodStain", Annotationtype.GOOD_STAIN.getAnnotationValue(dc, s));
Note: See TracChangeset
for help on using the changeset viewer.