--- projects/cms/source/util/uk/org/iscream/cms/util/Smtp.java 2001/03/14 23:25:29 1.5 +++ projects/cms/source/util/uk/org/iscream/cms/util/Smtp.java 2001/05/29 17:02:35 1.6 @@ -1,5 +1,5 @@ //---PACKAGE DECLARATION--- -package uk.org.iscream.util; +package uk.org.iscream.cms.server.util; //---IMPORTS--- import java.net.*; @@ -10,7 +10,7 @@ import java.io.*; * for the GJT, and scaled to do just what we require. * * @author $Author: tdb $ - * @version $Id: Smtp.java,v 1.5 2001/03/14 23:25:29 tdb Exp $ + * @version $Id: Smtp.java,v 1.6 2001/05/29 17:02:35 tdb Exp $ */ public class Smtp { @@ -19,7 +19,7 @@ public class Smtp { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.5 $"; + public static final String REVISION = "$Revision: 1.6 $"; //---STATIC METHODS--- @@ -125,7 +125,7 @@ public class Smtp { * 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.util.FormatName class + * This uses the uk.org.iscream.cms.server.util.FormatName class * to format the toString() * * @return the name of this class and its CVS revision