dgraham     2003/06/18 17:11:55

  Modified:    src/share/org/apache/struts/action ActionServlet.java
  Log:
  Deprecated debug variable and log() method because we're using commons-logging.
  
  Revision  Changes    Path
  1.149     +6 -4      
jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java
  
  Index: ActionServlet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java,v
  retrieving revision 1.148
  retrieving revision 1.149
  diff -u -r1.148 -r1.149
  --- ActionServlet.java        19 Apr 2003 00:01:28 -0000      1.148
  +++ ActionServlet.java        19 Jun 2003 00:11:54 -0000      1.149
  @@ -350,6 +350,7 @@
   
       /**
        * The debugging detail level for this servlet.
  +     * @deprecated
        */
       protected int debug = 0;
   
  @@ -677,6 +678,7 @@
        *
        * @param message Message to be logged
        * @param level Debugging detail level of this message
  +     * @deprecated Use commons-logging instead.
        */
       public void log(String message, int level) {
   
  
  
  

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

Reply via email to