--- projects/cms/source/util/uk/org/iscream/cms/util/FormatName.java 2001/02/25 20:32:50 1.5 +++ projects/cms/source/util/uk/org/iscream/cms/util/FormatName.java 2001/02/25 20:49:29 1.6 @@ -13,7 +13,7 @@ import java.util.Locale; * a toString String to send to the logger. * * @author $Author: tdb $ - * @version $Id: FormatName.java,v 1.5 2001/02/25 20:32:50 tdb Exp $ + * @version $Id: FormatName.java,v 1.6 2001/02/25 20:49:29 tdb Exp $ */ public class FormatName { @@ -21,7 +21,7 @@ public class FormatName { /** * An array of names of verbosity levels. - * Thus logging messages are now "classed" by the level" + * Thus logging messages are now "classed" by the level */ private final static String[] VERBOSITY_NAMES = {"FATAL ", "ERROR ", "WARNING", "SYSMSG ", "SYSINIT", "DEBUG "};