Skip to content

Commit

Permalink
remove hasBody per review
Browse files Browse the repository at this point in the history
  • Loading branch information
ottobackwards committed Mar 29, 2018
1 parent 3092a37 commit 2cf2584
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ public GenericApiGatewayRequestBuilder withParameters(Map<String,List<String>> p
return this;
}

public boolean hasBody() {
return this.body != null;
}

public GenericApiGatewayRequest build() {
Validate.notNull(httpMethod, "HTTP method");
Validate.notEmpty(resourcePath, "Resource path");
Expand Down

0 comments on commit 2cf2584

Please sign in to comment.