2006/unicorn/org/w3c/unicorn/response Response.java,1.4,1.5

Update of /sources/public/2006/unicorn/org/w3c/unicorn/response
In directory hutz:/tmp/cvs-serv11277/org/w3c/unicorn/response

Modified Files:
	Response.java 
Log Message:
first version that works with Jigsaw + fixed a bug in cond handling + removed parse(InputStream)

Index: Response.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/response/Response.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Response.java	10 Sep 2008 10:10:40 -0000	1.4
+++ Response.java	12 Sep 2008 18:01:51 -0000	1.5
@@ -19,7 +19,7 @@
      * Result aResult = mapOfLangURIResult.get("fr").get("http://w3.org/home.css")
      */
     protected Map<String, Map<String, Result>> mapOfLangURIResult = new LinkedHashMap<String, Map<String,Result>>();
-    
+
     /**
      * Gets the value of the uri property.
      * 

Received on Friday, 12 September 2008 18:03:13 UTC