Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Feb 26, 2020
1 parent 4ccd8a9 commit 98fc6cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/kohsuke/github/GitHub.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ public static GitHub connect(String login, String oauthAccessToken) throws IOExc
* @return the git hub
* @throws IOException
* the io exception
* @deprecated Use
* {@link #connectUsingOAuth(String)}.
* @deprecated Use {@link #connectUsingOAuth(String)}.
*/
@Deprecated
public static GitHub connect(String login, String oauthAccessToken, String password) throws IOException {
Expand Down

0 comments on commit 98fc6cf

Please sign in to comment.