You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by th...@apache.org on 2003/12/06 13:30:53 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/broker/query QueryByCriteria.java

thma        2003/12/06 04:30:53

  Modified:    src/java/org/apache/ojb/broker/query QueryByCriteria.java
  Log:
  better user Boolean.valueof instead new Boolean...
  
  Revision  Changes    Path
  1.21      +2 -2      db-ojb/src/java/org/apache/ojb/broker/query/QueryByCriteria.java
  
  Index: QueryByCriteria.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/query/QueryByCriteria.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- QueryByCriteria.java	2 Aug 2003 09:24:00 -0000	1.20
  +++ QueryByCriteria.java	6 Dec 2003 12:30:53 -0000	1.21
  @@ -304,7 +304,7 @@
        */
       public void setPathOuterJoin(String aPath)
       {
  -        getPathOuterJoin().put(aPath, new Boolean(true));
  +        getPathOuterJoin().put(aPath, Boolean.valueOf( true ));
       }
   
       /* (non-Javadoc)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org