Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
Commons Log 2.0.6
-
None
Description
code incorrectly compares the parm to the parm. as such
/* package */boolean hasBundle(Bundle bundle)
{ return bundle == bundle; }instead of to the field.
patch fixes.