> Why was it removed? Must've missed that....
According to Peter's change, it's now obsolete. Here's what setJava now has:
public void setJava(boolean java) {
log( "The attribute java is currently unused.", Project.MSG_WARN );
}
The comment for the change is:
"Encapsulate usage of project object rather than allowing objects 7 subclasses
acessing a protected variable of their super super super .... class.
Deprecated the variable so that that anyone directly referencing variable will
get warning and suggestion to use the accessor."
(It's only one part of this change though.)
Jon
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>