Author: michiel Date: 2010-08-06 11:13:02 +0200 (Fri, 06 Aug 2010) New Revision: 43060
Modified: mmbase/trunk/applications/clustering/mmbase18/patch.mmbase18 Log: Modified: mmbase/trunk/applications/clustering/mmbase18/patch.mmbase18 =================================================================== --- mmbase/trunk/applications/clustering/mmbase18/patch.mmbase18 2010-08-06 09:11:04 UTC (rev 43059) +++ mmbase/trunk/applications/clustering/mmbase18/patch.mmbase18 2010-08-06 09:13:02 UTC (rev 43060) @@ -66,7 +66,7 @@ > import edu.emory.mathcs.backport.java.util.concurrent.Future; 16a18 > import org.mmbase.module.core.MMBaseContext; -59c61 +65c67 < kicker = new Thread(ThreadPools.threadGroup, this, "UnicastReceiver"); --- > kicker = new Thread(MMBaseContext.getThreadGroup(), this, > "UnicastReceiver"); _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
