On Mon, 18 Oct 2021 07:55:52 GMT, Andrey Turbanov <d...@openjdk.java.net> wrote:
> I propose to replace usages of !Optional.isPresent() with Optional.isEmpty > method. > It's makes code a bit easier to read. LGTM ------------- Marked as reviewed by dfuchs (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/5985