BoBoMEe/Android-Demos

Wrong` number of type arguments: 1; required

Opened this issue · 0 comments

RxErrorHandlingCallAdapterFactory中的

@Override public CallAdapter<?> get(Type returnType, Annotation[] annotations, Retrofit retrofit) { return new RxCallAdapterWrapper(retrofit, original.get(returnType, annotations, retrofit)); }
CallAdapter<?>提示:Wrong number of type arguments: 1; required: