spring-security/itest
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
..
context Use consistent ternary expression style 2020-08-24 17:33:08 -05:00
ldap Revert "Lock Dependency Versions for 5.4.0-RC1" 2020-08-05 14:59:11 -04:00
misc/src/integration-test/java/org/springframework/security Add whitespace after copyright header 2020-08-24 17:33:08 -05:00
web Use parenthesis with single-arg lambdas 2020-08-24 17:33:08 -05:00