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

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

Modified Files:
	CssProperty.java 
Log Message:
initial

--- /sources/public/2002/css-validator/org/w3c/css/properties/css/CssProperty.java	2011/10/21 12:52:30	1.5
+++ /sources/public/2002/css-validator/org/w3c/css/properties/css/CssProperty.java	2012/11/17 20:37:14	1.6
@@ -1,4 +1,4 @@
-// $Id: CssProperty.java,v 1.5 2011/10/21 12:52:30 ylafon Exp $
+// $Id: CssProperty.java,v 1.6 2012/11/17 20:37:14 ylafon Exp $
 // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr)
 //
 // (c) COPYRIGHT MIT, ERCIM and Keio, 1997-2010.
@@ -24,7 +24,7 @@
  * If you want to add some properties to the parser, you should subclass this
  * class.
  *
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
  */
 public abstract class CssProperty
         implements Cloneable, StyleSheetOrigin {

Received on Saturday, 17 November 2012 20:37:21 UTC