Matt Benson wrote:
To stop checkstyle from whining!--- [EMAIL PROTECTED] wrote:
[SNIP]peterreilly 2005/01/24 07:30:32
Modified: src/main/org/apache/tools/ant/util
OutputStreamFunneler.java
- private class Funnel extends OutputStream {
+ private final class Funnel extends
OutputStream {
Just curious, why bother making a private inner class
final?
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]