--- projects/cms/source/util/uk/org/iscream/cms/util/ACLServerSocket.java 2003/02/05 14:27:58 1.4 +++ projects/cms/source/util/uk/org/iscream/cms/util/ACLServerSocket.java 2004/08/01 10:41:08 1.5 @@ -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 @@ -35,7 +35,7 @@ import java.io.IOException; * as it would be with a ServerSocket. * * @author $Author: tdb $ - * @version $Id: ACLServerSocket.java,v 1.4 2003/02/05 14:27:58 tdb Exp $ + * @version $Id: ACLServerSocket.java,v 1.5 2004/08/01 10:41:08 tdb Exp $ */ public class ACLServerSocket extends ServerSocket { @@ -44,7 +44,7 @@ public class ACLServerSocket extends ServerSocket { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.4 $"; + public static final String REVISION = "$Revision: 1.5 $"; //---STATIC METHODS---