Hi, I have a class like this:
public class Constants {
public static int parameter = 1;
}
How can i use digester rule to set the value of parameter of Constants?
Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
