On 15 December 2011 10:56, Emmanuel Bourg <ebo...@apache.org> wrote: > Le 15/12/2011 11:36, sebb a écrit : > > >>> Removed unnecessary final modifiers >> >> >> Why? > > > As stated, because these method parameters don't need to be final. > > > >> final should always be used where possible on fields. >> >> Both to document that the field is not intended to be entirely >> replaced, and also to help with safe data publication across threads. > > > This is a local variable, not a field.
Ah, OK then. > Also keep in mind that CLI is generally not used in a multi thread context, > the command line is only parsed by the main application thread. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org