github-java-client
github-java-client copied to clipboard
Documentation: Syntax error in Github.create #224
While trying the api, I found the documentation to contain errors regarding the create method of the GithubClient. I hope this small edit would help others to avoid the similar problems
I see what you mean at line number 191 in the com.spotify.github.v3.clients.GitHubClient class, but why can't I pass File in the second parameter ? Line number 179 is the create overload that I am talking about. We are using version number 0.4.1, right ?
Closing this as the issue is resolved as discussed in #224