/**
 * $Id: BSHExpressionHeader.txt,v 1.4 2005/09/06 11:40:20 taqua Exp $
 */
import org.jfree.report.*;
import org.jfree.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;
}
