jvanzyl     01/07/13 10:29:46

  Modified:    src/java/org/apache/turbine RunData.java
  Log:
  - getting rid of system error messages
  
  Revision  Changes    Path
  1.6       +1 -16     jakarta-turbine/src/java/org/apache/turbine/RunData.java
  
  Index: RunData.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/RunData.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RunData.java      2001/07/13 17:15:02     1.5
  +++ RunData.java      2001/07/13 17:29:31     1.6
  @@ -74,7 +74,6 @@
   import org.apache.turbine.ParameterParser;
   import org.apache.turbine.util.parser.CookieParser;
   import org.apache.turbine.util.ServerData;
  -import org.apache.turbine.util.SystemError;
   
   /**
    * RunData is an interface to run-rime information that is passed
  @@ -87,7 +86,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jon S. Stevens</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Bernie Hoeneisen</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Daniel Rall</a>
  - * @version $Id: RunData.java,v 1.5 2001/07/13 17:15:02 jvanzyl Exp $
  + * @version $Id: RunData.java,v 1.6 2001/07/13 17:29:31 jvanzyl Exp $
    */
   public interface RunData
   {
  @@ -512,20 +511,6 @@
        * @param sc the status.
        */
       public void setStatusCode(int sc);
  -
  -    /**
  -     * Gets an array of system errors.
  -     *
  -     * @return a SystemError[].
  -     */
  -    public SystemError[] getSystemErrors();
  -
  -    /**
  -     * Adds a critical system error.
  -     *
  -     * @param err a system error.
  -     */
  -    public void setSystemError(SystemError err);
   
       /**
        * Gets JNDI Contexts.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to