Skip to content

Commit c0d2b54

Browse files
authored
Remove outdated TODO (#4016)
Follow up 1490e6b.
1 parent ad84303 commit c0d2b54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

retrofit/src/main/java/retrofit2/HttpServiceMethod.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ static <ResponseT, ReturnT> HttpServiceMethod<ResponseT, ReturnT> parseAnnotatio
8686
if (responseType == Response.class) {
8787
throw methodError(method, "Response must include generic type (e.g., Response<String>)");
8888
}
89-
// TODO support Unit for Kotlin?
9089
if (requestFactory.httpMethod.equals("HEAD")
9190
&& !Void.class.equals(responseType)
9291
&& !Utils.isUnit(responseType)) {

0 commit comments

Comments
 (0)