additional tweaks

This commit is contained in:
Kohsuke Kawaguchi
2012-06-12 14:25:08 -07:00
parent 1c15751949
commit 4411650c5a
2 changed files with 7 additions and 2 deletions

View File

@@ -82,7 +82,12 @@ public class GitHub {
private GitHub(String login, String apiToken, String password) {
this ("github.com", login, apiToken, password);
}
/**
*
* @param githubServer
* The host name of the GitHub (or GitHub enterprise) server, such as "github.com".
*/
private GitHub(String githubServer, String login, String apiToken, String password) {
this.githubServer = githubServer;
this.login = login;