- From: Damien Leroy via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Sep 2006 09:25:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/request
In directory hutz:/tmp/cvs-serv18469/org/w3c/unicorn/request
Modified Files:
DirectRequestPOST.java
Log Message:
Add use of property DEFAULT_LANGUAGE from the property file to set default language of the class org.w3c.unicorn.util.LocalizedString.
Index: DirectRequestPOST.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/request/DirectRequestPOST.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DirectRequestPOST.java 21 Sep 2006 16:01:19 -0000 1.1
+++ DirectRequestPOST.java 29 Sep 2006 09:25:12 -0000 1.2
@@ -149,7 +149,6 @@
aStringBuffer.append("url:").append(this.sURL);
//aStringBuffer.append(sVariableSeparator);
//aStringBuffer.append("param:").append(this.sParameter);
-
return aStringBuffer.toString();
}
Received on Friday, 29 September 2006 09:25:20 UTC