GitHub user diegosalvi opened an issue:
https://github.com/apache/bookkeeper/issues/216
Remove useless and misleading '&= true'
**QUESTION**
This is just a super minor issue, I stumbled upon it looking into #58...
Assignments like 'shutDownTask =& true' aren't useful at all. I presume
that compiler could strip them out but the code is less readable. (Just note
that 'x & true == x').
Removed useless assignments.
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---