on 1/17/02 6:02 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> + if ((scheme.equals("http") && (port != 80))
> + || (scheme.equals("https") && (port != 443))) {
> + url.append(':');
> + url.append(port);
> + }
Formatting.
-jon
--
Standard rules apply: Ask any questions, and you get the job. ;-)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
