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

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

Modified Files:
	Warning.java 
Log Message:
renamed to match CssError

--- /sources/public/2002/css-validator/org/w3c/css/util/Warning.java	2013/04/09 15:06:20	1.17
+++ /sources/public/2002/css-validator/org/w3c/css/util/Warning.java	2013/04/09 15:21:30	1.18
@@ -1,5 +1,5 @@
 //
-// $Id: Warning.java,v 1.17 2013/04/09 15:06:20 ylafon Exp $
+// $Id: Warning.java,v 1.18 2013/04/09 15:21:30 ylafon Exp $
 // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr)
 //
 // (c) COPYRIGHT MIT and INRIA, 1997.
@@ -12,7 +12,7 @@
 /**
  * This class is use to manage all warning every where
  *
- * @version $Revision: 1.17 $
+ * @version $Revision: 1.18 $
  */
 public class Warning implements Comparable<Warning> {
     String sourceFile;
@@ -186,7 +186,7 @@
 	/**
 	 * Get the warning type
 	 */
-	public String getWarningType() {
+	public String getType() {
 		return warningType;
 	}
 

Received on Tuesday, 9 April 2013 15:21:34 UTC