Hi Berin,
On Mon, Feb 25, 2002 at 07:21:49PM -0000, [EMAIL PROTECTED] wrote:
> bloritsch 02/02/25 11:21:49
>
> public final class VariableSizeBuffer implements Buffer
> @@ -79,6 +79,11 @@
> */
> public final void add( final Object o )
> {
> + if ( null == element )
> + {
> + throw new NullPointerException("Attempted to add null object to
>buffer");
> + }
The parameter name in this case is 'o' :)
Cheers,
Marcus
--
.....
,,$$$$$$$$$, Marcus Crafter
;$' '$$$$: Computer Systems Engineer
$: $$$$: ManageSoft GmbH
$ o_)$$$: 82-84 Mainzer Landstrasse
;$, _/\ &&:' 60327 Frankfurt Germany
' /( &&&
\_&&&&'
&&&&.
&&&&&&&:
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>