on 11/16/01 5:51 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> + if (null == symbols || symbols.length < 1)
Just a style nit, most people write this as:
symbols == null
-jon
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
