2006/unicorn/src/org/w3c/unicorn/request DirectRequestGET.java,1.4,1.5

Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/request
In directory hutz:/tmp/cvs-serv21302/src/org/w3c/unicorn/request

Modified Files:
	DirectRequestGET.java 
Log Message:
InputModules were not added to the map so dispose could not be called on all InputModules

Index: DirectRequestGET.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/request/DirectRequestGET.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DirectRequestGET.java	3 Sep 2009 16:43:19 -0000	1.4
+++ DirectRequestGET.java	3 Sep 2009 17:34:53 -0000	1.5
@@ -14,7 +14,6 @@
 import org.w3c.unicorn.input.DirectInputModule;
 import org.w3c.unicorn.input.InputModule;
 import org.w3c.unicorn.response.Response;
-import org.w3c.unicorn.util.Property;
 
 /**
  * Class to make a request directly using GET method

Received on Thursday, 3 September 2009 17:35:07 UTC