spring-security/crypto
Phillip Webb 834dcf5bcf Use consistent ternary expression style
Update all ternary expressions so that the condition is always in
parentheses and "not equals" is used in the test. This helps to bring
consistency across the codebase which makes ternary expression easier
to scan.

For example: `a = (a != null) ? a : b`

Issue gh-8945
2020-08-24 17:33:08 -05:00
..
src Use consistent ternary expression style 2020-08-24 17:33:08 -05:00
spring-security-crypto.gradle crypto uses spring-jcl 2017-05-09 02:35:46 -05:00