jvanzyl     01/09/26 23:02:39

  Modified:    src/java/org/apache/turbine/services/db TurbineDB.java
  Log:
  - don't need the throws clause. mistake on my part.
  
  Revision  Changes    Path
  1.3       +1 -2      
jakarta-turbine-2/src/java/org/apache/turbine/services/db/TurbineDB.java
  
  Index: TurbineDB.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/db/TurbineDB.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TurbineDB.java    2001/09/27 05:22:32     1.2
  +++ TurbineDB.java    2001/09/27 06:02:39     1.3
  @@ -95,7 +95,7 @@
    * </pre></code></blockquote>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Rafal Krzewski</a>
  - * @version $Id: TurbineDB.java,v 1.2 2001/09/27 05:22:32 jvanzyl Exp $
  + * @version $Id: TurbineDB.java,v 1.3 2001/09/27 06:02:39 jvanzyl Exp $
    */
   public abstract class TurbineDB
   {
  @@ -167,7 +167,6 @@
        * @return the pool name for the default database.
        */
       public static String getDefaultDB()
  -        throws Exception
       {
           // Required due to the nasty coupling between
           // torque in 2.x and the db related services.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to