spring-security/oauth2
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
..
oauth2-client Use consistent ternary expression style 2020-08-24 17:33:08 -05:00
oauth2-core Use consistent ternary expression style 2020-08-24 17:33:08 -05:00
oauth2-jose Reduce method visibility when possible 2020-08-24 17:33:08 -05:00
oauth2-resource-server Remove unnecessary lambda blocks 2020-08-24 17:33:08 -05:00