[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller Transition.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Thu Jun 17 01:08:29 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller
In directory jcorp2.servlets.net:/tmp/cvs-serv23290/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller

Modified Files:
	Transition.java 
Log Message:
fix logging name--should be class name


Index: Transition.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Transition.java,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** Transition.java	17 Jun 2004 08:06:53 -0000	1.51
--- Transition.java	17 Jun 2004 08:08:27 -0000	1.52
***************
*** 123,127 ****
          java.io.Serializable {
  
!     private static Logger log = Logger.getLogger("expresso.core.controller.transition");
  
      /**
--- 123,127 ----
          java.io.Serializable {
  
!     private static Logger log = Logger.getLogger(Transition.class);
  
      /**
***************
*** 158,162 ****
       */
      public Transition() {
-         super();
      }
  
--- 158,161 ----
***************
*** 169,173 ****
       */
      public Transition(String newState, Controller myController) {
-         super();
  
          //
--- 168,171 ----
***************
*** 1013,1017 ****
       * This URL is optimized, so it includes a "controller" param only if
       * the destination controller is different than the controller of the ControllerResponse (if
!      * the response is known). 
       *
       * @return java.lang.String
--- 1011,1015 ----
       * This URL is optimized, so it includes a "controller" param only if
       * the destination controller is different than the controller of the ControllerResponse (if
!      * the response is known).
       *
       * @return java.lang.String



More information about the cvs mailing list