mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 08:21:23 +00:00
unused method
This commit is contained in:
@@ -55,8 +55,4 @@ public class GHTeam {
|
||||
public void remove(GHRepository r) throws IOException {
|
||||
org.root.retrieveWithAuth("/repositories?name="+r.getOwnerName()+'/'+r.getName(),null, "DELETE");
|
||||
}
|
||||
|
||||
private URL getApiURL(String tail) throws IOException {
|
||||
return org.root.getApiURL("/teams/"+id+tail);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user