On Fri, 17 Dec 2004, Kev Jackson <[EMAIL PROTECTED]> wrote:

>  public class StyleBook extends Java {
> -    protected File m_targetDirectory;
> -    protected File m_skinDirectory;
> -    protected String m_loaderConfig;
> -    protected File m_book;
> +    protected File targetDirectory;
> +    protected File skinDirectory;
> +    protected String loaderConfig;
> +    protected File book;

Strange as it may seem, strict BWC would forbid us to change them,
since they are protected.

OTOH it is very unlikely that anybody extends the StyleBook task, so
maybe I'm really over-picky here.

Stefan

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

Reply via email to