You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Andreas Hartmann <an...@apache.org> on 2005/05/23 12:09:38 UTC

Re: svn commit: r177926 - in /lenya/trunk/src/java/org/apache/lenya/cms: cocoon/source/RepositorySource.java repository/SourceNode.java

gregor@apache.org wrote:
> Author: gregor
> Date: Sun May 22 22:30:48 2005
> New Revision: 177926
> 
> URL: http://svn.apache.org/viewcvs?rev=177926&view=rev
> Log:
> Avoided synthetic accessors

[...]

> -    private void transform(org.w3c.dom.Document edoc, PipedOutputStream pos)
> +    void transform(org.w3c.dom.Document edoc, PipedOutputStream pos)
>              throws TransformerException {

IIRC the default access modifier is "package", which means this
changes accessibility ... or am I missing something?

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r177926 - in /lenya/trunk/src/java/org/apache/lenya/cms: cocoon/source/RepositorySource.java repository/SourceNode.java

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Andreas Hartmann wrote:

>> -    private void transform(org.w3c.dom.Document edoc, 
>> PipedOutputStream pos)
>> +    void transform(org.w3c.dom.Document edoc, PipedOutputStream pos)
>>              throws TransformerException {
> 
> 
> IIRC the default access modifier is "package", which means this
> changes accessibility ... or am I missing something?

it does:

http://www.mcqueeney.com/roller/comments/tom/Weblog/synthetic_accessors_when_using_inner

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org