On 11/13/06, Dominique Devienne <[EMAIL PROTECTED]> wrote:
> +    /**
> +     * If true, suppress the load error report and set the
> +     * the failonerror value to true.

You probably meant false above, no? --DD
Thanks,
Peter


> +     * @param quiet The new Quiet value
> +     */
> +    public void setQuiet(final boolean quiet) {
> +        this.quiet = quiet;
> +        if (quiet) {
> +            this.failOnError = false;
> +        }
> +    }

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

Reply via email to