You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jo...@apache.org on 2002/02/12 21:24:47 UTC

cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/util Criteria.java

jon         02/02/12 12:24:47

  Modified:    src/java/org/apache/torque/util Criteria.java
  Log:
  made Category static so that Criteria can be serialized...
  
  thanks to: Maarten Coene <Ma...@ToughGuy.net>
  
  -jon
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-turbine-torque/src/java/org/apache/torque/util/Criteria.java
  
  Index: Criteria.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/util/Criteria.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Criteria.java	4 Jan 2002 22:52:36 -0000	1.9
  +++ Criteria.java	12 Feb 2002 20:24:47 -0000	1.10
  @@ -91,7 +91,7 @@
    * @author <a href="mailto:bmclaugh@algx.net">Brett McLaughlin</a>
    * @author <a href="mailto:eric@dobbse.net">Eric Dobbs</a>
    * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
  - * @version $Id: Criteria.java,v 1.9 2002/01/04 22:52:36 leonardr Exp $
  + * @version $Id: Criteria.java,v 1.10 2002/02/12 20:24:47 jon Exp $
    */
   public class Criteria extends Hashtable
   {
  @@ -225,7 +225,7 @@
       /**
        * Log4j category used for logging.
        */
  -    private Category category = 
  +    private static Category category = 
           Category.getInstance(Criteria.class.getName());
   
       /**
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>