mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RUBY-7468 github plugin can not connect to the server
This commit is contained in:
@@ -42,8 +42,10 @@ public class GitHubRepository extends BaseRepositoryImpl {
|
||||
private String myRepoAuthor;
|
||||
private String myRepoName;
|
||||
|
||||
private static final String GITHUB_HOST = "https://github.com";
|
||||
|
||||
{
|
||||
setUrl("http://github.com");
|
||||
setUrl(GITHUB_HOST);
|
||||
}
|
||||
|
||||
@SuppressWarnings({"UnusedDeclaration"})
|
||||
|
||||
Reference in New Issue
Block a user