- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 04 Aug 2012 21:17:05 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/error
In directory hutz:/tmp/cvs-serv31218/w3c/css/error
Modified Files:
ErrorReportSOAP12.java
Log Message:
font revamp, still some missing properties for CSS3 and @font-face for CSS2 and CSS3
Index: ErrorReportSOAP12.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/error/ErrorReportSOAP12.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ErrorReportSOAP12.java 14 Sep 2005 15:14:18 -0000 1.2
+++ ErrorReportSOAP12.java 4 Aug 2012 21:17:03 -0000 1.3
@@ -4,13 +4,13 @@
// Please first read the full copyright statement in file COPYRIGHT.html
package org.w3c.css.error;
+import org.w3c.css.util.ApplContext;
+import org.w3c.css.util.Utf8Properties;
+
import java.io.PrintWriter;
import java.net.URL;
import java.net.UnknownHostException;
-import org.w3c.css.util.ApplContext;
-import org.w3c.css.util.Utf8Properties;
-
/**
* ErrorReportSOAP12<br />
* Created: Jul 13, 2005 2:06:00 PM<br />
@@ -59,7 +59,7 @@
else {
report = messages.getProperty("sender");
}
- processError(report, errorMessage , title + " " + exception);
+ processError(report, errorMessage , title + ' ' + exception);
}
/**
Received on Saturday, 4 August 2012 21:17:36 UTC