Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up redundant == false boolean expressions in Java
Summary: The boolean expression `== false` can be simplified to negate (`!`) instead so fixing these to improve readability Differential Revision: D66483977 fbshipit-source-id: 036ba60cc41894714cf1c58d4b37e69a669ec52c
- Loading branch information