[freenet-cvs] r12590 - trunk/freenet/src/freenet/node

nextgens at freenetproject.org nextgens at freenetproject.org
Thu Apr 12 01:54:00 UTC 2007


Author: nextgens
Date: 2007-04-12 01:54:00 +0000 (Thu, 12 Apr 2007)
New Revision: 12590

Removed:
   trunk/freenet/src/freenet/node/TestDDAManager.java
Log:
Remove sace's TestDDAManager wich is now dead code

Deleted: trunk/freenet/src/freenet/node/TestDDAManager.java
===================================================================
--- trunk/freenet/src/freenet/node/TestDDAManager.java	2007-04-12 01:53:25 UTC (rev 12589)
+++ trunk/freenet/src/freenet/node/TestDDAManager.java	2007-04-12 01:54:00 UTC (rev 12590)
@@ -1,42 +0,0 @@
-/* This code is part of Freenet. It is distributed under the GNU General
- * Public License, version 2 (or at your option any later version). See
- * http://www.gnu.org/ for further details of the GPL. */
-package freenet.node;
-
-import java.io.File;
-
-import freenet.node.fcp.MessageInvalidException;
-import freenet.node.fcp.TestDDAResult;
-
-
-/**
- * the testmanager?
- * 
- */
-public class TestDDAManager  {
-	
-	/** 
-	 * @throws MessageInvalidException 
-	 */
-	TestDDAManager() {
-	}
-
-	/**
-	 * @param ident
-	 * @return
-	 */
-	public File getTestWriteFile(String ident) {
-		return null;
-	}
-
-	
-	/**
-	 * @param _ident
-	 * @return
-	 */
-	public TestDDAResult getTestResult(String _ident) {
-		return null;
-	}
-
-
-}




More information about the cvs mailing list