[freenet-cvs] r15043 - trunk/freenet/src/freenet/pluginmanager

toad at freenetproject.org toad at freenetproject.org
Sat Sep 8 15:27:14 UTC 2007


Author: toad
Date: 2007-09-08 15:27:14 +0000 (Sat, 08 Sep 2007)
New Revision: 15043

Modified:
   trunk/freenet/src/freenet/pluginmanager/PluginInfoWrapper.java
Log:
remove unneeded methods

Modified: trunk/freenet/src/freenet/pluginmanager/PluginInfoWrapper.java
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/PluginInfoWrapper.java	2007-09-08 15:25:41 UTC (rev 15042)
+++ trunk/freenet/src/freenet/pluginmanager/PluginInfoWrapper.java	2007-09-08 15:27:14 UTC (rev 15043)
@@ -86,10 +86,6 @@
 		thread.interrupt();
 	}
 	
-	public boolean sameThread(Thread t){
-		return (t == thread);
-	}
-
 	public boolean isPproxyPlugin() {
 		return isPproxyPlugin;
 	}
@@ -110,8 +106,4 @@
 		return isPortForwardPlugin;
 	}
 	
-	public Thread getThread() {
-		return thread;
-	}
-	
 }




More information about the cvs mailing list