You can now add the patches yourself.
john mcnally

On Fri, 2002-11-22 at 15:19, Quinton McCombs wrote:
> Could I get access to modify issues?  
> 
> In the mean time, could someone with appropriate rights add the attached
> patch to TRQS82.  this is in addition to the patch file already
> attached.
> 
> thanks!
> ----
> 

> Index: StringKey.java
> ===================================================================
> RCS file: 
>/home/cvspublic/jakarta-turbine-torque/src/java/org/apache/torque/om/StringKey.java,v
> retrieving revision 1.5
> diff -r1.5 StringKey.java
> 89c89,96
> <         this.key = key.getValue();
> ---
> >         if( key != null )
> >         {
> >             this.key = key.getValue();
> >         }
> >         else
> >         {
> >             this.key = null;
> >         }
> 
> ----
> 

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



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

Reply via email to