spring-security/oauth2/oauth2-client
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-oauth2-client.gradle Revert "Fix snapshot build failure related to reactor-netty" 2020-08-04 14:24:32 -04:00