org.symbian.tools.wrttools/cssvalidator-removed-src/error/ErrorReport.java
author John Kern <johnk@symbian.org>
Fri, 29 Jan 2010 16:32:12 -0800
changeset 62 040d2c998a7b
parent 3 d3477de62514
permissions -rw-r--r--
source level most be provided on command line; work is variable

// $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);
}