> From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
>
>
> Just beware of this bug:
>
> public void setSomething(Object somthing) { // something misspelled
>      this.something = something;
> }
>

Don't you use a spell checker on your code?

Actually this problem is one reason why it is better to use single letter
variable names. You can't spell them incorrectly.

:-) :-) :-)

Anyone seen the groundhog yet?

Conor



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

Reply via email to