On Wed, 20 Apr 2022 21:45:51 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:

>> Pavel Rappo has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Address feedback
>
> test/langtools/tools/javac/doctree/DocCommentTester.java line 732:
> 
>> 730:                 var n = (DCTree) node;
>> 731:                 out.println(simpleClassName(node) + "[" + 
>> node.getKind() + ", pos:" + n.pos +
>> 732:                         (n.getPreferredPosition() > n.pos ? ", 
>> prefPos:" + n.getPreferredPosition() : ""));
> 
> Being paranoid, I suggest using `!=` instead of `>`

If this suggestion of yours passes tests, I will integrate it.

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

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

Reply via email to