Hmmn. I have jbeauty set up for work which uses a different standard. I ran jrefactor on the original code base but it is a bit scary.
What do you recommend? Astyle? I'll look at it. Give me a perfect example of documentation and formatting and I'll conform to it. Aaron > -----Original Message----- > From: Jon Scott Stevens [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 7:03 PM > To: turbine-dev > Subject: Re: cvs commit:jakarta-turbine- > stratum/src/java/org/apache/stratum/jcs/auxiliary/disk/jisp JISPCache.java > > on 1/17/02 3:08 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > + if (!isAlive) > > + { > > + log.logIt("is not alive and close() was called -- " + > > this.jispDataFileName); > > + return; > > + } > > Off by a space on the close bracket. > > > + try > > + { > > + database.close(); > > + } > > + catch (Exception e) > > + { > > + log.error(e); > > + } finally { > > + isAlive = false; > > + } > > Bad formatting. > > Why don't you just run astyle on your code or something? > > -jon > > > -- > To unsubscribe, e-mail: <mailto:turbine-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
