Skip to content

Commit 2cf2584

Browse files
committed
remove hasBody per review
1 parent 3092a37 commit 2cf2584

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/ca/ryangreen/apigateway/generic/GenericApiGatewayRequestBuilder.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ public GenericApiGatewayRequestBuilder withParameters(Map<String,List<String>> p
3939
return this;
4040
}
4141

42-
public boolean hasBody() {
43-
return this.body != null;
44-
}
45-
4642
public GenericApiGatewayRequest build() {
4743
Validate.notNull(httpMethod, "HTTP method");
4844
Validate.notEmpty(resourcePath, "Resource path");

0 commit comments

Comments
 (0)