Boolean.getBoolean(String x) returns the value of the system property x as a
Boolean:
new Boolean(System.getProperty(x))

Not very useful for a message property.

----- Original Message -----
From: "Jason Dillon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 10:33 PM
Subject: RE: [JBoss-dev] Why is SpyMessage throwing NPEs?


> > I haven't looked at that bit of code before, incidentally the method
> > Boolean.getBoolean(String s) doesn't do what whoever wrote that piece of
> > code thought it did...
>
> What do you think it is supposed to do?
>
> --jason
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
>


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to