Update of /var/cvs/applications/scan/src/org/mmbase/module
In directory james.mmbase.org:/tmp/cvs-serv25408

Modified Files:
        MMUsers.java 
Log Message:
PasswordGenerator does not implemnt the interfcace, but it does not matter


See also: http://cvs.mmbase.org/viewcvs/applications/scan/src/org/mmbase/module


Index: MMUsers.java
===================================================================
RCS file: /var/cvs/applications/scan/src/org/mmbase/module/MMUsers.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- MMUsers.java        13 Jun 2008 09:59:44 -0000      1.15
+++ MMUsers.java        1 Aug 2008 21:46:51 -0000       1.16
@@ -24,13 +24,13 @@
  * @application SCAN
  * @author Arjan Houtman
  * @author Daniel Ockeloen
- * @version $Id: MMUsers.java,v 1.15 2008/06/13 09:59:44 nklasens Exp $
+ * @version $Id: MMUsers.java,v 1.16 2008/08/01 21:46:51 michiel Exp $
  */
 public class MMUsers extends ProcessorModule {
 
     private static Logger log = 
Logging.getLoggerInstance(MMUsers.class.getName());
 
-    private PasswordGeneratorInterface pwgen = new PasswordGenerator ();
+    private PasswordGenerator pwgen = new PasswordGenerator ();
     private MMBase mmbase;
     private sessionsInterface sessions;
     private SendMailInterface sendMail;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to