Minor comment changes.
This commit is contained in:
@@ -86,7 +86,7 @@ public class StatusHandler implements ITelnetHandler
|
||||
final DecimalFormat df = new DecimalFormat(" (0.0000'%')");
|
||||
final DecimalFormat df2 = new DecimalFormat(" # 'KB'");
|
||||
|
||||
_print.println("+----");// ...
|
||||
_print.println("+----"); // ...
|
||||
_print.println("| Allowed Memory:" + df2.format(max));
|
||||
_print.println("| |= Allocated Memory:" + df2.format(allocated) + df.format((allocated / max) * 100));
|
||||
_print.println("| |= Non-Allocated Memory:" + df2.format(nonAllocated) + df.format((nonAllocated / max) * 100));
|
||||
|
Reference in New Issue
Block a user