Move a few static helpers to GitHubClient

This commit is contained in:
Liam Newman
2020-02-12 23:47:44 -08:00
parent 326c627221
commit ff3136df70
51 changed files with 153 additions and 141 deletions

View File

@@ -90,7 +90,7 @@ public class GHProjectColumn extends GHObject {
* @return the project url
*/
public URL getProjectUrl() {
return GitHub.parseURL(project_url);
return GitHubClient.parseURL(project_url);
}
/**