Changeset 1984
- Timestamp:
- May 21, 2013, 11:10:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/servlet/LibPrepServlet.java
r1983 r1984 524 524 Annotationtype.OPERATOR.setAnnotationValue(dc, libPlate, operator); 525 525 Protocol libProtocol = libProtocolId == null ? null : Protocol.getById(dc, libProtocolId.intValue()); 526 libPlate.setDescription((String)jsonReq.get("libComments")); 526 527 527 528 if (failed)
Note: See TracChangeset
for help on using the changeset viewer.