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:
[email protected]


With regards,
Apache Git Services

Reply via email to