You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/10/16 11:13:20 UTC

[GitHub] [commons-lang] verhas opened a new pull request #469: Boolean utils javadoc

verhas opened a new pull request #469: Boolean utils javadoc
URL: https://github.com/apache/commons-lang/pull/469
 
 
   Javadoc extended for BooleanUtils.
   
   Some of the documentation was extended to make it easier to understand for non-native English speakers.
   
   Some of the documentation may be questionable because I extended the documentation with what the methods do in some corner cases. It may not be the same as what it is guaranteed to do. The fact that the implementation just uses first the `trueValue` then the `falseValue` and finally the `nullValue` may not be a guaranteed feature. In that case, however, that has to be stated in the JavaDoc. As for now, I created the documentation stating the current implementation behavior.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services