On Mon, 7 Mar 2022 23:05:55 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> Ian Graves has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Removing errant newline > > src/java.base/share/classes/java/util/regex/Pattern.java line 4009: > >> 4007: return false; >> 4008: } >> 4009: else { > > Is there a reason the "else" starts on its own line? I must love Enter too much. Thanks for the catch! ------------- PR: https://git.openjdk.java.net/jdk/pull/7466