Update of /var/cvs/contributions/didactor2/src/chat/java/nl/didactor/chat
In directory james.mmbase.org:/tmp/cvs-serv27719/chat/java/nl/didactor/chat

Modified Files:
        ChatModule.java 
Log Message:
dropped all that sillynes with 'extra_steps'. Still rmeain horrible quantities 
of xml-duplication


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/chat/java/nl/didactor/chat


Index: ChatModule.java
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/chat/java/nl/didactor/chat/ChatModule.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ChatModule.java     1 May 2007 12:31:19 -0000       1.2
+++ ChatModule.java     29 Feb 2008 12:49:29 -0000      1.3
@@ -10,10 +10,10 @@
 /**
  * Wrapper that allows the EO chat to be started as an MMBase module.
  * @author Johannes Verelst <[EMAIL PROTECTED]>
- * @version $Id: ChatModule.java,v 1.2 2007/05/01 12:31:19 michiel Exp $
+ * @version $Id: ChatModule.java,v 1.3 2008/02/29 12:49:29 michiel Exp $
  */
 public class ChatModule extends Module {
-    private Logger log = Logging.getLoggerInstance(ChatModule.class.getName());
+    private static final Logger log = 
Logging.getLoggerInstance(ChatModule.class);
     private Map properties; // used?
     private boolean hasstarted = false;
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to