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

Modified Files:
        Components.java 
Log Message:
used wrong logger


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


Index: Components.java
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/java/nl/didactor/functions/Components.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Components.java     18 Jan 2008 12:22:58 -0000      1.1
+++ Components.java     1 Aug 2008 15:58:44 -0000       1.2
@@ -11,10 +11,10 @@
  * Returns the componetnbs related to an object.
  *
  * @author Michiel Meeuwissen
- * @version $Id: Components.java,v 1.1 2008/01/18 12:22:58 michiel Exp $
+ * @version $Id: Components.java,v 1.2 2008/08/01 15:58:44 michiel Exp $
  */
 public class Components {
-    protected final static Logger log = 
Logging.getLoggerInstance(CopyBookMadeTest.class);
+    protected final static Logger log = 
Logging.getLoggerInstance(Components.class);
 
     private Node node;
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to