Skip to content

Commit

Permalink
fix TS findings
Browse files Browse the repository at this point in the history
  • Loading branch information
karottenreibe committed Mar 23, 2020
1 parent 9e7c832 commit 3dd0bef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
public class AgentCommunicationUtilsTest {

private interface ITestService {

/** Test request. */
@GET("request")
Call<ResponseBody> testRequest();
}
Expand Down

0 comments on commit 3dd0bef

Please sign in to comment.