org.w3c.css.properties.css2.Css2Style Maven / Gradle / Ivy
The newest version!
//
// $Id: Css2Style.java,v 1.3 2010-01-05 13:49:46 ylafon Exp $
// From Philippe Le Hegaret ([email protected])
//
// (c) COPYRIGHT MIT and INRIA, 1997.
// Please first read the full copyright statement in file COPYRIGHT.html
package org.w3c.css.properties.css2;
import org.w3c.css.properties.aural.ACssStyle;
import org.w3c.css.parser.CssPrinterStyle;
/**
* @version $Revision: 1.3 $
*/
public class Css2Style extends ACssStyle {
public void print(CssPrinterStyle printer) {
super.print(printer);
}
}