You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "vgadget (via GitHub)" <gi...@apache.org> on 2024/03/25 16:35:49 UTC

[PR] Confusing javadoc typo [commons-lang]

vgadget opened a new pull request, #1191:
URL: https://github.com/apache/commons-lang/pull/1191

   Typo fixed. The javadoc was written:
   `NumberUtils.toFloat(null, 1.1f)   = 1.0f`
   
   That is not correct, it should be:
   `NumberUtils.toFloat(null, 1.1f)   = 1.1f`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Confusing javadoc typo [commons-lang]

Posted by "sebbASF (via GitHub)" <gi...@apache.org>.
sebbASF merged PR #1191:
URL: https://github.com/apache/commons-lang/pull/1191


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Confusing javadoc typo [commons-lang]

Posted by "sebbASF (via GitHub)" <gi...@apache.org>.
sebbASF commented on PR #1191:
URL: https://github.com/apache/commons-lang/pull/1191#issuecomment-2018458307

   Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org