Skip to content

Commit bbc2f39

Browse files
committed
Proper access control modifier
1 parent b537f99 commit bbc2f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/kohsuke/github/GHBlobBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class GHBlobBuilder {
1212
private final GHRepository repo;
1313
private final Requester req;
1414

15-
public GHBlobBuilder(GHRepository repo) {
15+
GHBlobBuilder(GHRepository repo) {
1616
this.repo = repo;
1717
req = new Requester(repo.root);
1818
}

0 commit comments

Comments
 (0)