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

Modified Files:
        YThreadFactory.java ThreadFactory.java 
Log Message:
No functional changes. Fix lots of warnings from Eclipse about imports. Should speed 
up compilation slightly, beautify code slightly.

Index: YThreadFactory.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/thread/YThreadFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- YThreadFactory.java 28 Oct 2003 05:10:04 -0000      1.3
+++ YThreadFactory.java 30 Oct 2003 01:34:07 -0000      1.4
@@ -2,7 +2,6 @@
 package freenet.thread;
 
 import freenet.Core;
-import freenet.support.Irreversible;
 import freenet.support.Logger;
 
 /**

Index: ThreadFactory.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/thread/ThreadFactory.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -r1.9 -r1.10
--- ThreadFactory.java  17 Oct 2003 03:46:46 -0000      1.9
+++ ThreadFactory.java  30 Oct 2003 01:34:08 -0000      1.10
@@ -1,6 +1,5 @@
 /* -*- Mode: java; c-basic-indent: 4; tab-width: 4 -*- */
 package freenet.thread;
-import java.io.PrintWriter;
 
 /**
  * This is more convenient than using a ThreadManager for some purposes.

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

Reply via email to