Jon Stevens escribió:
> 
> on 1/30/01 4:35 PM, "Java Apache CVS Development" <[EMAIL PROTECTED]> wrote:
> 
> > public synchronized void init( ServletConfig config )
> > {
> > +        //We have already been initialized...
> > +        if( getInit() ) return;
> > +
> >
> 
> If you are using Turbine's Services, then this won't be needed as this
> method will only be called if getInit() returns false.
> 

OK. I will trim this extra check when we update the turbine jar. Is
there a tag that we can use, or will it be in a few days? Something like
a tdk release. we are now in tdka10 and I think sometimes this did not
happen with this version.

> -jon
> 
> --
> Honk if you love peace and quiet.
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/[email protected]/>
> List Help?:          [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to