--- projects/cms/source/server/uk/org/iscream/cms/server/core/loggers/SimpleGUILogger.java 2002/05/18 18:16:01 1.9 +++ projects/cms/source/server/uk/org/iscream/cms/server/core/loggers/SimpleGUILogger.java 2002/05/21 16:47:17 1.10 @@ -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 @@ -44,7 +45,7 @@ import java.awt.GridLayout; * specify if this enforces the max rows, but I THINK it does. * * @author $Author: tdb $ - * @version $Id: SimpleGUILogger.java,v 1.9 2002/05/18 18:16:01 tdb Exp $ + * @version $Id: SimpleGUILogger.java,v 1.10 2002/05/21 16:47:17 tdb Exp $ */ public class SimpleGUILogger implements LoggerImpl { @@ -53,7 +54,7 @@ public class SimpleGUILogger implements LoggerImpl { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.9 $"; + public final String REVISION = "$Revision: 1.10 $"; //---STATIC METHODS---