[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]



Reply via email to