You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
BadErrorMessage.java:8: error: java.util.Set<java.lang.Integer> is a generic class or an array and can only be bound with concrete type parameter(s) in a @Provides method. required by provideSum(java.util.Set<java.lang.Integer>) for BadErrorMessage.MyModule
public static class MyModule {
^
1 error
However,
Set<Integer>
is not a generic class or array.
The text was updated successfully, but these errors were encountered:
tbroyer
pushed a commit
to tbroyer/dagger
that referenced
this issue
Sep 3, 2016
Compiling the following class:
Results in the error message:
However,
is not a generic class or array.
The text was updated successfully, but these errors were encountered: