More UI whitespace removals and optimizations.

This commit is contained in:
z3d
2009-10-17 07:04:40 +00:00
parent 4651b7007b
commit 2738d5851d
9 changed files with 50 additions and 40 deletions

View File

@ -58,7 +58,7 @@ public class StatsGenerator {
buf.append("Statistics gathered during this router's uptime (");
long uptime = _context.router().getUptime();
buf.append(DataHelper.formatDuration(uptime));
buf.append("). The data gathered is quantized over a 1 minute period, so should just be used as an estimate<p />");
buf.append("). The data gathered is quantized over a 1 minute period, so should just be used as an estimate.");
out.write(buf.toString());
buf.setLength(0);