You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2001/10/19 17:00:14 UTC

cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/adapter DBFactory.java

mpoeschl    01/10/19 08:00:14

  Modified:    src/java/org/apache/torque/adapter DBFactory.java
  Log:
  fix typo.
  patch by Peter Donald <do...@apache.org>
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-turbine-torque/src/java/org/apache/torque/adapter/DBFactory.java
  
  Index: DBFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/adapter/DBFactory.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- DBFactory.java	2001/08/21 19:19:22	1.11
  +++ DBFactory.java	2001/10/19 15:00:14	1.12
  @@ -72,7 +72,7 @@
    * @author <a href="mailto:bmclaugh@algx.net">Brett McLaughlin</a>
    * @author <a href="mailto:ralf@reswi.ruhr.de">Ralf Stranzenbach</a>
    * @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
  - * @version $Id: DBFactory.java,v 1.11 2001/08/21 19:19:22 dlr Exp $
  + * @version $Id: DBFactory.java,v 1.12 2001/10/19 15:00:14 mpoeschl Exp $
    */
   public class DBFactory
   {
  @@ -229,7 +229,7 @@
           else
           {
               throw new InstantiationException
  -                ("Uknown JDBC driver: " + driver + ": Check your " +
  +                ("Unknown JDBC driver: " + driver + ": Check your " +
                    "configuration file");
           }
       }
  
  
  

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