On Thu, Oct 16, 2003 at 08:46:48PM -0700, Edward J. Huff wrote: > 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.
No, don't do that. That requires rewriting hundreds or thousands of lines of code for no good reason. > > > 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 -- Matthew J Toseland - [EMAIL PROTECTED] Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so.
signature.asc
Description: Digital signature
_______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
