--- projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/IMAP__ServiceCheck.java 2002/05/21 16:47:18 1.8 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/IMAP__ServiceCheck.java 2004/08/01 10:41:02 1.9 @@ -1,6 +1,6 @@ /* * i-scream central monitoring system - * http://www.i-scream.org.uk + * http://www.i-scream.org * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -30,7 +30,7 @@ import java.io.*; * A quick IMAP service checker. * * @author $Author: tdb $ - * @version $Id: IMAP__ServiceCheck.java,v 1.8 2002/05/21 16:47:18 tdb Exp $ + * @version $Id: IMAP__ServiceCheck.java,v 1.9 2004/08/01 10:41:02 tdb Exp $ */ public class IMAP__ServiceCheck extends ServiceCheckSkeleton { @@ -39,7 +39,7 @@ public class IMAP__ServiceCheck extends ServiceCheckSk /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.8 $"; + public final String REVISION = "$Revision: 1.9 $"; public final String DESC = "Checks that an IMAP server is alive.";