Index: lutinutil/src/java/org/codelutin/log/LutinLog.java diff -u lutinutil/src/java/org/codelutin/log/LutinLog.java:1.5 lutinutil/src/java/org/codelutin/log/LutinLog.java:1.6 --- lutinutil/src/java/org/codelutin/log/LutinLog.java:1.5 Wed Jan 10 19:12:06 2007 +++ lutinutil/src/java/org/codelutin/log/LutinLog.java Thu Jan 3 11:20:29 2008 @@ -1,6 +1,6 @@ /* *##% * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin + * Code Lutin, C�dric Pineau, Benjamin Poussin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -23,16 +23,15 @@ * Created: 9 sept. 06 03:53:09 * * @author poussin - * @version $Revision: 1.5 $ + * @version $Revision: 1.6 $ * - * Last update: $Date: 2007-01-10 19:12:06 $ - * by : $Author: bpoussin $ + * Last update: $Date: 2008-01-03 11:20:29 $ + * by : $Author: tchemit $ */ package org.codelutin.log; import java.awt.Component; -import java.util.Timer; import java.util.TimerTask; import javax.swing.SwingUtilities; @@ -223,7 +222,7 @@ } /** * modifie le temps specifiquement pour une tache. A la fin du time out - * cela n'arrete pas la tâche mais arrete simplement de la suivre + * cela n'arrete pas la t�che mais arrete simplement de la suivre * @param time */ public void setTimeout(long time) {