Or, keep all your static shared junk in your initializer class, then
make the mutator private, accessor public.
w
On Wed, 26 Jan 2005 11:29:53 -0800 (PST)
[EMAIL PROTECTED] wrote:
However, as another poster said, why not just set the value in a
static initializer block, and only expose a getter? You can't change
the value later on while the app is running, but it didn't sound like
that was needed anyway. I think this is probably the best answer,
but the other possibility I mentioned is interesting if this one
won't work for some reason.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]