[freenet-cvs] r14601 - trunk/freenet/src/freenet/support
toad at freenetproject.org
toad at freenetproject.org
Sat Aug 11 13:50:21 UTC 2007
Author: toad
Date: 2007-08-11 13:50:20 +0000 (Sat, 11 Aug 2007)
New Revision: 14601
Modified:
trunk/freenet/src/freenet/support/PooledExecutor.java
Log:
comments and license
Modified: trunk/freenet/src/freenet/support/PooledExecutor.java
===================================================================
--- trunk/freenet/src/freenet/support/PooledExecutor.java 2007-08-11 13:49:20 UTC (rev 14600)
+++ trunk/freenet/src/freenet/support/PooledExecutor.java 2007-08-11 13:50:20 UTC (rev 14601)
@@ -1,3 +1,6 @@
+/* This code is part of Freenet. It is distributed under the GNU General
+ * Public License, version 2 (or at your option any later version). See
+ * http://www.gnu.org/ for further details of the GPL. */
package freenet.support;
import java.util.ArrayList;
@@ -2,2 +5,7 @@
+/**
+ * Pooled Executor implementation. Create a thread when we need one, let them die
+ * after 5 minutes of inactivity.
+ * @author toad
+ */
public class PooledExecutor implements Executor {
More information about the cvs
mailing list