org.w3c.css/cssvalidator-removed-src/error/ErrorReport.java
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 17 Jun 2010 17:36:55 -0700
changeset 389 5a72e60dea8b
parent 191 61c04b3eb3e7
permissions -rw-r--r--
Bug 3019 - Register orientation callback problems

// $Id: ErrorReport.java,v 1.1 2005-07-22 09:45:01 ylafon Exp $
// Author: Jean-Guilhem Rouel
// (c) COPYRIGHT MIT, ERCIM and Keio, 2003.
// Please first read the full copyright statement in file COPYRIGHT.html
package org.w3c.css.error;

import java.io.PrintWriter;

/**
 * ErrorReport<br />
 * Created: Jul 13, 2005 2:05:41 PM<br />
 */
public abstract class ErrorReport {
    abstract public void print(PrintWriter out);
}