There was an error while loading. Please reload this page.
1 parent b537f99 commit bbc2f39Copy full SHA for bbc2f39
1 file changed
src/main/java/org/kohsuke/github/GHBlobBuilder.java
@@ -12,7 +12,7 @@ public class GHBlobBuilder {
12
private final GHRepository repo;
13
private final Requester req;
14
15
- public GHBlobBuilder(GHRepository repo) {
+ GHBlobBuilder(GHRepository repo) {
16
this.repo = repo;
17
req = new Requester(repo.root);
18
}
0 commit comments