Changeset 7634
- Timestamp:
- Mar 11, 2019, 10:36:54 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/web/net/sf/basedb/clients/web/AnnotationUtil.java
r7606 r7634 184 184 // Load annotation type information 185 185 Type valueType = at.getValueType(); 186 Formatter<Object> formatter = (Formatter<Object>)FormatterFactory.getTypeFormatter(dc.getSessionControl(), valueType);186 Formatter<Object> formatter = FormatterFactory.getTypeFormatter(dc.getSessionControl(), valueType); 187 187 188 188 jsonAt.put("id", at.getId());
Note: See TracChangeset
for help on using the changeset viewer.