Make getWaifu(Integer id) method public

pull/9/head
Hammy 3 years ago
parent 2315657ec4
commit c43f9f4586

@ -61,7 +61,7 @@ public class MyWaifuClient {
return APIWrapper.getWaifu(slug);
}
Response<Waifu> getWaifu(@NotNull Integer id) throws APIResponseException, APIMapperException {
public Response<Waifu> getWaifu(@NotNull Integer id) throws APIResponseException, APIMapperException {
return APIWrapper.getWaifu(String.valueOf(id));
}

Loading…
Cancel
Save