Author: cyberdo
Date: 2006-04-01 20:40:15 +0000 (Sat, 01 Apr 2006)
New Revision: 8425

Modified:
   trunk/plugins/TestGallery/TestGallery.java
Log:
No need for TestGallery to be threaded, is there?


Modified: trunk/plugins/TestGallery/TestGallery.java
===================================================================
--- trunk/plugins/TestGallery/TestGallery.java  2006-04-01 20:37:31 UTC (rev 
8424)
+++ trunk/plugins/TestGallery/TestGallery.java  2006-04-01 20:40:15 UTC (rev 
8425)
@@ -12,7 +12,7 @@
 import freenet.client.HighLevelSimpleClient;
 import freenet.keys.FreenetURI;

-public class TestGallery implements FredPlugin, FredPluginHTTP {
+public class TestGallery implements FredPlugin, FredPluginHTTP, 
FredPluginThreadless {

        private final static String DEFAULT_GALLERY_URI = "CHK at 
sTcjGeT~bWxycEvhidh7QYh9J9fBT6YjiXrfkzsC5fQ,~dt~6lS7idVfF09oqnzMI~nXo8V-HN4T6Y7FisfyWDU,AAEA--8";
        boolean goon = true;
@@ -172,12 +172,14 @@

        public void runPlugin(PluginRespirator pr) {
                this.pr = pr;
+               /*
                while(goon){
                        try{
                                Thread.sleep(300000);
                        }catch (InterruptedException e) {
                        }
-               }       
+               }
+               */
        }

 }


Reply via email to