Changeset 1401
- Timestamp:
- Oct 11, 2011, 1:20:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/servlet/InstallServlet.java
r1389 r1401 129 129 jsonChecks.add(checkAnnotationType(dc, Reggie.ANNOTATION_NOF_DELIVERED_TUBES, Item.SAMPLE, Type.INT, 1, 130 130 null, effectiveOptions, createIfMissing)); 131 jsonChecks.add(checkAnnotationType(dc, Reggie.ANNOTATION_OPERATOR_ COMMENT, Item.SAMPLE, Type.STRING, 1,131 jsonChecks.add(checkAnnotationType(dc, Reggie.ANNOTATION_OPERATOR_DELIVERY_COMMENT, Item.SAMPLE, Type.STRING, 1, 132 132 null, effectiveOptions, createIfMissing)); 133 133 jsonChecks.add(checkAnnotationType(dc, Reggie.ANNOTATION_OTHER_PATH_NOTE, Item.SAMPLE, Type.STRING, 1,
Note: See TracChangeset
for help on using the changeset viewer.