--- projects/cms/source/conient/uk/org/iscream/cms/conient/Configuration.java 2002/05/21 16:47:10 1.12 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/Configuration.java 2003/02/25 22:14:20 1.13 @@ -42,7 +42,7 @@ import java.io.*; * different files and in the default file. * * @author $Author: tdb $ - * @version $Id: Configuration.java,v 1.12 2002/05/21 16:47:10 tdb Exp $ + * @version $Id: Configuration.java,v 1.13 2003/02/25 22:14:20 tdb Exp $ */ public class Configuration { @@ -51,7 +51,7 @@ public class Configuration { /** * 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 String CONFIG_HEADER = "!!! Conient Local Configuration File !!!\n" + @@ -123,7 +123,7 @@ public class Configuration { * It should be passed the configuration name: * eg, "Host.raptor.ukc.ac.uk" * and the property required: - * eg, "Host.TCPUpdateTime" + * eg, "Host.UDPUpdateTime" * * This method will then ask the ConnectionHandler to * talk to the server and return the property. If the server