[lang] static methods with final keyword

2012-03-16 Thread Christian Grobmeier
In langs StringEscapeUtils are some static methods marked with final... it makes no sense to me to do that. I would like to remove the final keywords. Any objections? not sure if this breaks bc (cannot imagine) Cheers -- http://www.grobmeier.de https://www.timeandbill.de

Re: [lang] static methods with final keyword

2012-03-16 Thread Matt Benson
On Fri, Mar 16, 2012 at 5:40 PM, Christian Grobmeier grobme...@gmail.com wrote: In langs StringEscapeUtils are some static methods marked with final... it makes no sense to me to do that. I would like to remove the final keywords. Any objections? not sure if this breaks bc (cannot imagine)