--- projects/cms/source/server/uk/org/iscream/cms/server/client/Alert.java 2001/03/08 23:05:25 1.12 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/Alert.java 2001/03/14 02:43:12 1.13 @@ -8,7 +8,7 @@ import uk.ac.ukc.iscream.util.*; * Alert Object * * @author $Author: tdb $ - * @version $Id: Alert.java,v 1.12 2001/03/08 23:05:25 tdb Exp $ + * @version $Id: Alert.java,v 1.13 2001/03/14 02:43:12 tdb Exp $ */ public class Alert { @@ -17,7 +17,7 @@ public class Alert { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.12 $"; + public static final String REVISION = "$Revision: 1.13 $"; public static final int thresholdNORMAL = 0; public static final int thresholdLOWER = 1; @@ -138,7 +138,7 @@ public class Alert { return _timeTillNextAlert; } - public long getInitialAlertTime () { + public long getInitialAlertTime() { return _initialAlertTime; }