You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2001/11/26 10:51:48 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/transport/soap/client/glue/jdbc2x JDBC2xGlueConnection.java

hammant     01/11/26 01:51:48

  Added:       apps/db/src/java/org/apache/avalon/db/transport/soap/client/glue/jdbc2x
                        JDBC2xGlueConnection.java
  Log:
  Speling fix
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/transport/soap/client/glue/jdbc2x/JDBC2xGlueConnection.java
  
  Index: JDBC2xGlueConnection.java
  ===================================================================
  
  /*
   * Copyright (C) The Apache Software Foundation. All rights reserved.
   *
   * This software is published under the terms of the Apache Software License
   * version 1.1, a copy of which has been included with this distribution in
   * the LICENSE file.
   */
  package org.apache.avalon.db.transport.soap.client.glue.jdbc2x;
  
  import org.apache.avalon.db.transport.soap.client.glue.GlueConnection;
  import org.apache.avalon.db.driver.jdbc2x.JDBC2xStatementFactory;
  
  import java.sql.SQLException;
  
  public class JDBC2xGlueConnection extends GlueConnection {
  
      public JDBC2xGlueConnection() throws SQLException {
          mStatementFactory = new JDBC2xStatementFactory();
      }
  
  }
  
  
  

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