Removed extraneous author javadocs

This commit is contained in:
Liam Newman
2020-02-21 15:53:26 -08:00
parent c8115b1c10
commit 888abc9e2a
152 changed files with 22 additions and 243 deletions

View File

@@ -32,8 +32,6 @@ import javax.annotation.Nonnull;
/**
* A thin helper for {@link GitHubRequest.Builder} that includes {@link GitHubClient}.
*
* @author Kohsuke Kawaguchi
*/
class Requester extends GitHubRequest.Builder<Requester> {
/* private */ final GitHubClient client;