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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/Alert.java (file contents):
Revision 1.9 by ajm, Mon Mar 5 12:45:51 2001 UTC vs.
Revision 1.10 by ajm, Tue Mar 6 01:40:24 2001 UTC

# Line 30 | Line 30 | public class Alert {
30      public static final int alertWARNING = 2;
31      public static final int alertCAUTION = 3;
32      public static final int alertCRITICAL = 4;
33 +    // note FINAL should be the highest alert
34 +    public static final int alertFINAL = 5;
35      
36 <    public static final String[] alertLevels = {"OK", "NOTICE", "WARNING", "CAUTION", "CRITICAL"};
36 >    // note FINAL should be last in this list
37 >    public static final String[] alertLevels = {"OK", "NOTICE", "WARNING", "CAUTION", "CRITICAL", "FINAL"};
38      
39   //---STATIC METHODS---
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines