On Wed, 10 Nov 2021 07:10:53 GMT, Andrey Turbanov <[email protected]> wrote:
> There are couple of places where manual cycle is used to check if `String` > contains non-whitespaces characters. > Since Java 11 we have String.isBlank() which could be used instead. This pull request has now been integrated. Changeset: bb50b92b Author: Andrey Turbanov <[email protected]> Committer: Jonathan Gibbons <[email protected]> URL: https://git.openjdk.java.net/jdk/commit/bb50b92b804839577cee5092a8a62a98b760f0dc Stats: 20 lines in 2 files changed: 0 ins; 14 del; 6 mod 8277536: Use String.blank in jdk.javadoc where applicable Reviewed-by: jjg ------------- PR: https://git.openjdk.java.net/jdk/pull/6323
