CVS 2002/css-validator/org/w3c/css/error

Update of /sources/public/2002/css-validator/org/w3c/css/error
In directory roscoe:/tmp/cvs-serv22621/error

Modified Files:
	ErrorReportSOAP12.java 
Log Message:
escaping now done in templates, error and warning type surfaced in outputs (json and soap12 for now)

--- /sources/public/2002/css-validator/org/w3c/css/error/ErrorReportSOAP12.java	2012/08/04 21:17:03	1.3
+++ /sources/public/2002/css-validator/org/w3c/css/error/ErrorReportSOAP12.java	2014/01/06 06:43:29	1.4
@@ -1,4 +1,4 @@
-// $Id: ErrorReportSOAP12.java,v 1.3 2012/08/04 21:17:03 ylafon Exp $
+// $Id: ErrorReportSOAP12.java,v 1.4 2014/01/06 06:43:29 ylafon Exp $
 // Author: Jean-Guilhem Rouel
 // (c) COPYRIGHT MIT, ERCIM and Keio, 2003.
 // Please first read the full copyright statement in file COPYRIGHT.html
@@ -17,7 +17,7 @@
  * This class allows to create 2 different soap messages to handle errors:
  * <ul>
  * <li>Sender errors if the URI given in parameter of the servlet is invalid</li>
- * <li>Receiver errors if the URI given is valid but inreachable</li>
+ * <li>Receiver errors if the URI given is valid but unreachable</li>
  * </ul>
  */
 public class ErrorReportSOAP12 extends ErrorReport {

Received on Monday, 6 January 2014 06:43:35 UTC