A patch would be handy. It's not really high on my list of priorities, as there are other larger issues, but if someone else was to do the work, I'm happy to commit it. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/
Tomasz Pik <[EMAIL PROTECTED]> wrote on 14/08/2003 06:47:29 PM: > [EMAIL PROTECTED] wrote: > > There are these in App.java > > > > /** return code for ok processing */ > > private static final int RC_OK = 0; > > <cut/> > Maybe make them public and document their values as a part > of javadoc. So: > > /** > * <b><code>0</code></b< return code for ok processing. > */ > public static final int RC_OK = 0; > > ? > > Regards, > Tomek > > > > > dIon Gillard, Multitask Consulting > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
