Skip to content

Commit

Permalink
Remove redundant keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 25, 2024
1 parent 7d334ab commit beaa154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public InputStream getInputStream() throws IOException {
@Override
public String toString() {
return String.format("ContentLength=%s, ContentType=%s",
Long.valueOf(this.contentLength()), this.getContentType());
Long.valueOf(contentLength()), getContentType());
}

}

0 comments on commit beaa154

Please sign in to comment.