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

Java 9 forbids the use of "_"; build fails #132

Open
FauxFaux opened this issue Sep 3, 2017 · 0 comments
Open

Java 9 forbids the use of "_"; build fails #132

FauxFaux opened this issue Sep 3, 2017 · 0 comments

Comments

@FauxFaux
Copy link

FauxFaux commented Sep 3, 2017

Please stop using _ as the name of a method in various places. It is deprecated in Java 8, and illegal in Java 9.

You can temporarily work around this by setting the -source argument to 1.8 (or lower), but, if it's part of the public API, it desperately needs to be fixed so people can continue to use the class on Java 9, due out in ~two weeks.

public Map<K, V> _(K key, V value) {

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

No branches or pull requests

1 participant