RFR: 8277412: Use String.isBlank to simplify code in sun.net.www.protocol.mailto.Handler
Daniel Fuchs
dfuchs at openjdk.java.net
Wed Jan 26 17:05:31 UTC 2022
On Fri, 12 Nov 2021 19:11:36 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
> All this manually written code actually can be replaced with single String.isBlank() call.
> `file` variable is guaranteed to be non-null.
LGTM. Testing didn't reveal any issue.
-------------
Marked as reviewed by dfuchs (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6372
More information about the net-dev
mailing list