[ 
https://issues.apache.org/jira/browse/CASSANDRA-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeff Hodges updated CASSANDRA-706:
----------------------------------

    Attachment: 0001-removing-all-final-classes-for-nice-normal-classes.patch

Removing the 'final' in 'final class'. Made with ack -l 'final class' src/ | 
xargs sed -i '' 's/final class/class/'. (Substituting grep for ack in there 
should work.)

> final classes are so lame
> -------------------------
>
>                 Key: CASSANDRA-706
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-706
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jeff Hodges
>         Attachments: 
> 0001-removing-all-final-classes-for-nice-normal-classes.patch
>
>
> Classes that are marked final are lame. We shouldn't have them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to