On 6 Jan 2003 [EMAIL PROTECTED] wrote:

> stephenh    2003/01/06 12:49:19
> 
>   Modified:    .        jars.list project.properties project.xml
>                src/java/org/apache/fulcrum/db TurbineDatabaseService.java
>   Log:
>   Updated several jar version, including Torque 3.0.
>   
>   Revision  Changes    Path
...
>   1.5       +9 -2      
>jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/db/TurbineDatabaseService.java
>   
>   Index: TurbineDatabaseService.java
>   ===================================================================
>   RCS file: 
>/home/cvs/jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/db/TurbineDatabaseService.java,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- TurbineDatabaseService.java     6 Jan 2003 11:54:43 -0000       1.4
>   +++ TurbineDatabaseService.java     6 Jan 2003 20:49:19 -0000       1.5
>   @@ -228,8 +228,15 @@
>            return Torque.getDefaultDB();
>        }
>    
>   +    /**
>   +     * This method is gone in Torque HEAD, but still in Torque 3.0, so is still
>   +     * here. It will be removed once Fulcrum moves to the next Torque 3.x.
>   +     *
>   +     * @deprecated
>   +     */
>        public String getDefaultMap()
>        {
>   -        return Torque.getDefaultMap();
>   +        return Torque.getDefaultDB();
>        }
>   +
>    }

Your log message doesn't say anything about the commit to 
TurbineDatabaseService.java, which even with a message would look a tad 
suspicious.

Everyone, please diff and review your changes before all commits, and make 
sure your log message mentions every portion of your change.  Thanks!

- Dan



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

Reply via email to