Tim Peierls wrote:
> It's not a huge deal, but superfluous final keywords are clutter that
> distract from the places where final is being used meaningfully. I
> think it's worth cleaning this up incrementally in Restlet.
This would do it:

 perl -pie 's/final (?=[a-zA-Z]*Exception)//g' `find . -name \*.java`

Reply via email to