Re: RFR: 8228615: Optional.empty doc should suggest using isEmpty

2020-12-02 Thread Naoto Sato
On Thu, 3 Dec 2020 01:08:18 GMT, Stuart Marks wrote: > Some small doc changes. The changes are to `@apiNote` text, which is > non-normative, so no CSR is required. Marked as reviewed by naoto (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/1585

Re: RFR: 8228615: Optional.empty doc should suggest using isEmpty

2020-12-02 Thread Brian Burkhalter
On Thu, 3 Dec 2020 01:08:18 GMT, Stuart Marks wrote: > Some small doc changes. The changes are to `@apiNote` text, which is > non-normative, so no CSR is required. +1 - Marked as reviewed by bpb (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/1585

Re: RFR: 8228615: Optional.empty doc should suggest using isEmpty

2020-12-02 Thread Lance Andersen
On Thu, 3 Dec 2020 01:08:18 GMT, Stuart Marks wrote: > Some small doc changes. The changes are to `@apiNote` text, which is > non-normative, so no CSR is required. Marked as reviewed by lancea (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/1585

RFR: 8228615: Optional.empty doc should suggest using isEmpty

2020-12-02 Thread Stuart Marks
Some small doc changes. The changes are to `@apiNote` text, which is non-normative, so no CSR is required. - Commit messages: - 8228615: Optional.empty() doc should suggest isEmpty() instead of isPresent() Changes: https://git.openjdk.java.net/jdk/pull/1585/files Webrev: