--- projects/cms/source/TemplateClass.java 2002/05/18 18:15:56 1.13 +++ projects/cms/source/TemplateClass.java 2003/02/05 20:33:52 1.15 @@ -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 @@ -20,7 +21,7 @@ //---PACKAGE DECLARATION--- //---IMPORTS--- -import uk.org.iscream.cms.server.util.*; +import uk.org.iscream.cms.util.*; import uk.org.iscream.cms.server.componentmanager.*; /** @@ -28,7 +29,7 @@ import uk.org.iscream.cms.server.componentmanager.*; * * * @author $Author: tdb $ - * @version $Id: TemplateClass.java,v 1.13 2002/05/18 18:15:56 tdb Exp $ + * @version $Id: TemplateClass.java,v 1.15 2003/02/05 20:33:52 tdb Exp $ */ class TemplateClass { @@ -37,7 +38,7 @@ class TemplateClass { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.13 $"; + public static final String REVISION = "$Revision: 1.15 $"; //---STATIC METHODS--- @@ -49,7 +50,7 @@ class TemplateClass { * Overrides the {@link java.lang.Object#toString() Object.toString()} * method to provide clean logging (every class should have this). * - * This uses the uk.org.iscream.cms.server.util.FormatName class + * This uses the uk.org.iscream.cms.util.FormatName class * to format the toString() * * @return the name of this class and its CVS revision