
import java.io.File;
import java.util.Hashtable;


/**
 *  this class load Properties file
 *
 *@author     godin
 *@created    June 18, 2001
 */
public class temp
{
  private static org.apache.log4j.Logger xylog = org.apache.log4j.Logger.getLogger( temp.class );

  
  /**
   *  Insert the method's description here. Creation date: (18/01/01 11:44:56)
   *
   *@return    java.lang.String
   */
  public static String getRunMode()
  {
  	xylog.debug("test log4j");
    return runMode;
  }
}
  
  