Changeset 7605 for trunk/www/common/overview/info.jsp
- Timestamp:
- Feb 26, 2019, 11:10:15 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/overview/info.jsp
r7604 r7605 131 131 132 132 JspContext jspContext = ExtensionsControl.createContext(dc, pageContext, null, node); 133 ExtensionsInvoker<SectionAction> invoker = (ExtensionsInvoker<SectionAction>)ExtensionsControl.useExtensions(133 ExtensionsInvoker<SectionAction> invoker = ExtensionsControl.useExtensions( 134 134 jspContext, "net.sf.basedb.clients.web.overview.info-details"); 135 135 … … 436 436 437 437 // Unit and formatter for the values 438 @SuppressWarnings("rawtypes") 439 Formatter formatter = FormatterFactory.getTypeFormatter(sc, at.getValueType()); 438 Formatter<Object> formatter = FormatterFactory.getTypeFormatter(sc, at.getValueType()); 440 439 Unit unit = snapshot.getActualUnit(dc); 441 440 UnitConverter converter = null;
Note: See TracChangeset
for help on using the changeset viewer.