Skip to content

Fix regex problem under Java 12 language level#2

Open
DavidWhitlock wants to merge 2 commits into
Project_2from
Project_2_fix_regex
Open

Fix regex problem under Java 12 language level#2
DavidWhitlock wants to merge 2 commits into
Project_2from
Project_2_fix_regex

Conversation

@DavidWhitlock

Copy link
Copy Markdown
Collaborator

javadoc complains about the use of a Java 15 language feature when it's run with the Java 12 language compatibility level. To fix this, I changed the regular expression to escape the backslash, like you had to do in the old days.

javadoc ran clean, but I couldn't get the tests to pass. I'll look into that.

…'s run with the Java 12 language compatibility level. To fix this, I changed the regular expression to escape the backslash, like you had to do in the old days.

javadoc ran clean, but I couldn't get the tests to pass.  I'll look into that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants