You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by se...@apache.org on 2002/04/17 23:08:45 UTC

cvs commit: jakarta-james/src/java/org/apache/james/util/mordred PoolConnEntry.java

serge       02/04/17 14:08:45

  Modified:    src/java/org/apache/james/util/mordred PoolConnEntry.java
  Log:
  Modified to wrap the JDBC3 methods in a special token that ant will compile if you're using JDK 1.4
  
  Revision  Changes    Path
  1.3       +2 -9      jakarta-james/src/java/org/apache/james/util/mordred/PoolConnEntry.java
  
  Index: PoolConnEntry.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/util/mordred/PoolConnEntry.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PoolConnEntry.java	18 Jan 2002 02:48:40 -0000	1.2
  +++ PoolConnEntry.java	17 Apr 2002 21:08:45 -0000	1.3
  @@ -282,10 +282,7 @@
           connection.setTypeMap( map );
       }
   
  -    /*
  -@JDBC3_START@
  -    */
  -/*
  +    /* JDBC_3_ANT_KEY
       public final void setHoldability(int holdability)
           throws SQLException
       {
  @@ -368,10 +365,6 @@
       {
           throw new SQLException("This is not a Jdbc 3.0 Compliant Connection");
       }
  -*/
  -    /*
  -@JDBC3_END@
  -    */
  -
  +    JDBC_3_ANT_KEY */
   
   }
  
  
  

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