You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Fredrik Westermarck <fr...@mdh.se> on 2003/09/10 22:47:11 UTC

[lang][patch] Examples and checkstylefixes

Hi!

The attached zip file contains a some minor patches in some classes.

Entities
  - Added missing curly bracers
MethodUtils
  - Added missing curly bracers
NestableDelegate
  - Added missing curly bracers
NumberUtils
  - Added examples on how to use stringToInt(), stringToLong()
    stringToFloat() and stringToDouble()
  - Modified if-statements in stringToFloat() and stringToDouble()
    so that they pass the codestyle check
StringEscapeUtils
  - Added missing curly bracers


Re: [lang][patch] Examples and checkstylefixes

Posted by Phil Steitz <ph...@steitz.com>.
Patches applied.  Thanks.

Phil

Fredrik Westermarck wrote:
> Hi!
> 
> The attached zip file contains a some minor patches in some classes.
> 
> Entities
>  - Added missing curly bracers
> MethodUtils
>  - Added missing curly bracers
> NestableDelegate
>  - Added missing curly bracers
> NumberUtils
>  - Added examples on how to use stringToInt(), stringToLong()
>    stringToFloat() and stringToDouble()
>  - Modified if-statements in stringToFloat() and stringToDouble()
>    so that they pass the codestyle check
> StringEscapeUtils
>  - Added missing curly bracers
> 
> 
> ------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org