Skip to content

Commit

Permalink
Remove duplicate getUrlPrefix method
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonSmarty committed Nov 28, 2023
1 parent d4088b6 commit ba9fd95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/com/smartystreets/api/Request.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ public void setUrlPrefix(String urlPrefix) {
this.urlPrefix = urlPrefix;
}

public String getUrlPrefix() {
return urlPrefix;
}

public void setContentType(String contentType) {
this.contentType = contentType;
}
Expand Down

0 comments on commit ba9fd95

Please sign in to comment.