On Sun, 29 Aug 2004, Michael McGrady wrote:

> Well, would
>
>     boolean dontAsk = false;
>     try {
>     } catch (Throwable t) {
>       dontAsk = true;
>     } finally {
>       if(dontAsk) System.exit(0);
>     }
>
> be worse?  LOL

Yes!  It should clearly be System.exit(1)!  That's *awful*!
 --scott

bomb assassination Philadelphia Ft. Meade tonight Ft. Bragg ODENVY
   Register to vote!  http://www.yourvotematters.org/VerifiedVoting
                         ( http://cscott.net/ )

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

Reply via email to