--- projects/cms/source/util/uk/org/iscream/cms/util/ACLDatagramSocket.java 2002/05/18 18:16:03 1.2 +++ projects/cms/source/util/uk/org/iscream/cms/util/ACLDatagramSocket.java 2002/05/21 16:47:19 1.3 @@ -1,5 +1,6 @@ /* * i-scream central monitoring system + * http://www.i-scream.org.uk * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -34,7 +35,7 @@ import java.io.IOException; * as it would be with a DatagramSocket. * * @author $Author: tdb $ - * @version $Id: ACLDatagramSocket.java,v 1.2 2002/05/18 18:16:03 tdb Exp $ + * @version $Id: ACLDatagramSocket.java,v 1.3 2002/05/21 16:47:19 tdb Exp $ */ public class ACLDatagramSocket extends DatagramSocket { @@ -43,7 +44,7 @@ public class ACLDatagramSocket extends DatagramSocket /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.2 $"; + public static final String REVISION = "$Revision: 1.3 $"; //---STATIC METHODS---