mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-14 00:11:23 +00:00
Use a short form
This commit is contained in:
@@ -44,8 +44,7 @@ public class GHBranchProtectionBuilder {
|
||||
}
|
||||
|
||||
public GHBranchProtectionBuilder dismissStaleReviews() {
|
||||
dismissStaleReviews(true);
|
||||
return this;
|
||||
return dismissStaleReviews(true);
|
||||
}
|
||||
|
||||
public GHBranchProtectionBuilder dismissStaleReviews(boolean v) {
|
||||
|
||||
Reference in New Issue
Block a user