Browse Source
Using the | and & operators in boolean conditions results in a warning from Error Prone: [ShortCircuitBoolean] Prefer the short-circuiting boolean operators && and || to & and |. see https://errorprone.info/bugpattern/ShortCircuitBoolean Change-Id: I6cccca3fdd28bf93b302a9b8a66e68ac912cb60d Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>stable-5.4
David Pursehouse
5 years ago
committed by
Matthias Sohn
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue