You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Kev Jackson <ke...@it.fts-vn.com> on 2004/12/17 05:18:32 UTC

[Patch] StyleBook var names + javadoc


Re: [Patch] StyleBook var names + javadoc

Posted by Stefan Bodewig <bo...@apache.org>.
On Fri, 17 Dec 2004, Kev Jackson <ke...@it.fts-vn.com> 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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org