Update of /cvsroot/freenet/freenet/src/freenet/thread
In directory sc8-pr-cvs1:/tmp/cvs-serv8030

Modified Files:
        ThreadFactory.java 
Log Message:
Added mode line.  Changed comment on getThread to reflect
the fact that some implementations might return null.


Index: ThreadFactory.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/thread/ThreadFactory.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -r1.8 -r1.9
--- ThreadFactory.java  8 Feb 2003 03:25:55 -0000       1.8
+++ ThreadFactory.java  17 Oct 2003 03:46:46 -0000      1.9
@@ -1,3 +1,4 @@
+/* -*- Mode: java; c-basic-indent: 4; tab-width: 4 -*- */
 package freenet.thread;
 import java.io.PrintWriter;
 
@@ -26,6 +27,8 @@
 
     /**
      * @param r      the job to run
+     * @return  the thread executing the job, or null if the
+     *          job was queued.
      */
     Thread getThread(Runnable r);
 

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to