Skip to content

Commit e036ce8

Browse files
committed
Remove toString method.
1 parent 128182d commit e036ce8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/io/github/nstdio/http/ext/StaticHttpResponse.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,5 @@ StaticHttpResponse<T> build() {
138138
return new StaticHttpResponse<>(statusCode, request, headers, sslSession, uri, version, body);
139139
}
140140

141-
public String toString() {
142-
return "StaticHttpResponse.StaticHttpResponseBuilder(statusCode=" + this.statusCode + ", request=" + this.request + ", headers=" + this.headers + ", sslSession=" + this.sslSession + ", uri=" + this.uri + ", version=" + this.version + ", body=" + this.body + ")";
143-
}
144141
}
145142
}

0 commit comments

Comments
 (0)