ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Disk__Monitor.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Disk__Monitor.java (file contents):
Revision 1.5 by ajm, Thu Mar 22 00:59:13 2001 UTC vs.
Revision 1.6 by ajm, Thu Mar 22 01:51:27 2001 UTC

# Line 138 | Line 138 | public class Disk__Monitor extends MonitorSkeleton {
138                          
139                          int newThreshold = checkAttributeThreshold(diskInUse, reg);
140              
141 <                        // format the memoryInUse to a String
141 >                        // format the diskInUse to a String
142                          NumberFormat nf = NumberFormat.getInstance();
143                          nf.setMaximumFractionDigits(2);
144                          nf.setMinimumFractionDigits(2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines