mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-05 08:21:21 +00:00
Rename methods for better clarity
This commit is contained in:
@@ -58,6 +58,6 @@ public class GHReaction extends GHObject {
|
||||
* the io exception
|
||||
*/
|
||||
public void delete() throws IOException {
|
||||
root.retrieve().method("DELETE").withPreview(SQUIRREL_GIRL).withUrlPath("/reactions/" + id).to();
|
||||
root.createRequest().method("DELETE").withPreview(SQUIRREL_GIRL).withUrlPath("/reactions/" + id).send();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user