834dcf5bcf
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 |
||
---|---|---|
.. | ||
src | ||
openldaptest.ldif | ||
run_slapd.sh | ||
slapd.conf | ||
spring-security-ldap.gradle |