Skip to content

Commit

Permalink
Fix for Issue 805: Make baeUrlOverride() public (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlRobinsonRAM authored Jun 1, 2022
1 parent 3619361 commit 079767c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/google/maps/GeoApiContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public Builder requestHandlerBuilder(RequestHandler.Builder builder) {
* @param baseUrl The URL to use, without a trailing slash, e.g. https://maps.googleapis.com
* @return Returns this builder for call chaining.
*/
Builder baseUrlOverride(String baseUrl) {
public Builder baseUrlOverride(String baseUrl) {
baseUrlOverride = baseUrl;
return this;
}
Expand Down

0 comments on commit 079767c

Please sign in to comment.