mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 08:21:23 +00:00
Move a few static helpers to GitHubClient
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user