Skip to content

Commit 5545545

Browse files
author
Yaniv Inbar
committed
[http] MockHttpTransport.buildRequest protected -> public
https://codereview.appspot.com/6500125/
1 parent aae3a3e commit 5545545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-http-client/src/main/java/com/google/api/client/testing/http/MockHttpTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public boolean supportsMethod(String method) {
6262
}
6363

6464
@Override
65-
protected LowLevelHttpRequest buildRequest(String method, String url) throws Exception {
65+
public LowLevelHttpRequest buildRequest(String method, String url) throws Exception {
6666
if (!supportsMethod(method)) {
6767
return super.buildRequest(method, url);
6868
}

0 commit comments

Comments
 (0)