[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]