> without explicitly casting each entry in the HEX array to a byte, like
this:
>
>     public static final byte[] HEX =
>     { (byte)'0', (byte)'1', (byte)'2', (byte)'3',
>       (byte)'4', (byte)'5', (byte)'6', (byte)'7',
>       (byte)'8', (byte)'9', (byte)'a', (byte)'b',
>       (byte)'c', (byte)'d', (byte)'e', (byte)'f' };
>
> any objections to my checking this in?

+1.
Note: It builds fine for me.

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to