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/CPU__Monitor.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/CPU__Monitor.java (file contents):
Revision 1.3 by tdb, Fri Mar 2 00:35:52 2001 UTC vs.
Revision 1.4 by ajm, Fri Mar 2 01:01:41 2001 UTC

# Line 38 | Line 38 | public class CPU__Monitor implements Monitor {
38                  _levels[x] = Double.parseDouble(config.getProperty("Monitor.CPU.level." + x));
39              } catch (NumberFormatException e) {
40                  _levels[x] = -1;
41 +            } catch (org.omg.CORBA.MARSHAL e2) {
42 +                _levels[x] = -1;
43              }
44 +            
45          }
46      }
47   //---PUBLIC METHODS---

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines