Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge jdk16 #2040

Closed
wants to merge 7 commits into from
Expand Up @@ -83,7 +83,6 @@ public boolean isValidOption(String s) {
// passively accept all "plausible" options
return s.equals(XMSGS_OPTION)
|| s.startsWith(XMSGS_CUSTOM_PREFIX)
|| s.startsWith(XHTML_VERSION_PREFIX)
|| s.startsWith(XCHECK_PACKAGE);
}
}
Expand Down