Matt Benson wrote:

--- [EMAIL PROTECTED] wrote:



peterreilly    2005/01/24 07:30:32

Modified: src/main/org/apache/tools/ant/util
OutputStreamFunneler.java


[SNIP]


- private class Funnel extends OutputStream {
+ private final class Funnel extends
OutputStream {



Just curious, why bother making a private inner class
final?


To stop checkstyle from whining!
The construtor was private and in this case checkstyle whines that the class should
be final as it cannot be extended.


Peter

-Matt



__________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250


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







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



Reply via email to