Skip to content

Commit

Permalink
Merge pull request square#1395 from square/jw/needless
Browse files Browse the repository at this point in the history
Remove needless unchecked suppression.
  • Loading branch information
swankjesse committed Dec 22, 2015
2 parents c7090c9 + f5c72b8 commit f1c0439
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion retrofit/src/main/java/retrofit2/MethodHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import java.lang.reflect.Type;

final class MethodHandler {
@SuppressWarnings("unchecked")
static MethodHandler create(Retrofit retrofit, Method method) {
CallAdapter<?> callAdapter = createCallAdapter(method, retrofit);
Type responseType = callAdapter.responseType();
Expand Down

0 comments on commit f1c0439

Please sign in to comment.