On Fri, 14 Jan 2022 10:18:50 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:

>> This is what was intended (equivalent)
>> 
>> `if (s ==null || (s!="always" && s!="never" && !s.startsWith("domain")))`
>
> Argh - you're right I missed the fact that the 3 expressions where included 
> in parenthesis. I read it as 
> 
> ! (s.equals("always")) || ...

Shall we log a message if the value is not one of the 3 forms?

-------------

PR: https://git.openjdk.java.net/jdk/pull/7065

Reply via email to