/**
 * $Id: BSHExpressionHeader.txt,v 1.3 2005/02/04 19:22:54 taqua Exp $
 */
import org.jfree.report.*;
import org.jfree.report.util.Log;
import java.util.Properties;

/**
 * The datarow is set before evaluation is started, use this as source for all evaluations.
 */
DataRow dataRow;

Object getValue ()
{
  Log.debug ("Warning: No user defined function!");
  return null;
}
