formatting

This commit is contained in:
Andy Janata 2012-01-30 16:30:40 -08:00
parent 3fd597b580
commit e323a32ce8
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ Injector injector = (Injector) servletContext.getAttribute(StartupUtils.INJECTOR
</tr>
<tr>
<td>In Use</td>
<td><% out.print((Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory()) / 1024 / 1024); %></td>
<td><% out.print((Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory())
/ 1024 / 1024); %></td>
</tr>
<tr>
<td>Free</td>