I use IntelliJ's IDEA. If one of my commits introduced that change, it was a complete mistake. I have not noticed it doing that.... I will double check my settings.
> -----Original Message----- > From: Henning P. Schmiedehausen [mailto:[EMAIL PROTECTED] > Sent: Friday, February 28, 2003 6:23 AM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: > jakarta-turbine-2/src/java/org/apache/turbine/services/upload > BaseUploadService.java TurbineUpload.java UploadService.java > > > [EMAIL PROTECTED] writes: > > > +import org.apache.turbine.services.InstantiationException; > [...] > > - catch > (org.apache.turbine.services.InstantiationException ie) > > + catch (InstantiationException ie) > > Quinton, idid you do the style cleanups with some IDE (JBuilder?)? > > If yes, please make sure that the import threshold is set to > "first usage". We always import all needed classes unless > there is a name clash everywhere in the code base and > starting to use fully qualified names in the code without > good reason isn't necessary IMHO. > > Regards > Henning > > -- > Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH > [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/ > > Java, perl, Solaris, Linux, xSP Consulting, Web Services > freelance consultant -- Jakarta Turbine Development -- hero for hire > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
