--- projects/cms/source/conient/uk/org/iscream/cms/conient/SwingSafeAdd.java 2002/05/18 18:15:56 1.4 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/SwingSafeAdd.java 2002/05/21 16:47:10 1.5 @@ -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 @@ -32,7 +33,7 @@ import java.awt.Container; * add can carry out. * * @author $Author: tdb $ - * @version $Id: SwingSafeAdd.java,v 1.4 2002/05/18 18:15:56 tdb Exp $ + * @version $Id: SwingSafeAdd.java,v 1.5 2002/05/21 16:47:10 tdb Exp $ */ public class SwingSafeAdd implements Runnable { @@ -41,7 +42,7 @@ public class SwingSafeAdd implements Runnable { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.4 $"; + public static final String REVISION = "$Revision: 1.5 $"; //---STATIC METHODS---