-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Ambiguous method warning when submitting a Runnable to an Executor #3263
Milestone
Comments
I'm confused...I see the warning on 1.7.21 but not on 9.0.0.0. |
Weeeeeeeeeeeeeeeird. I'm on 9k installed through
|
mean to try out jruby-1_7 ... but no problem I did :
... @headius probably tried 9k (master) which already has the merges from jruby-1_7, marking for 1.7.22 |
Thanks team! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a followup to #2065. Submitting a class that includes
java.lang.Runnable
to an executor generates an ambiguous method warning on 9.0.0.0.The text was updated successfully, but these errors were encountered: