Skip to content

Commit 1922a09

Browse files
committed
Remove comment
1 parent bd65c13 commit 1922a09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

initializr-web/src/test/java/io/spring/initializr/web/test/MockMvcClientHttpRequestFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public ClientHttpResponse executeInternal() throws IOException {
7272
requestBuilder.headers(getHeaders());
7373
MockHttpServletResponse servletResponse = actions(requestBuilder).andReturn().getResponse();
7474
HttpStatus status = HttpStatus.valueOf(servletResponse.getStatus());
75-
// TODO MH: WTF?
7675
if (status.value() >= 400) {
7776
requestBuilder = request(HttpMethod.GET, "/error")
7877
.requestAttr(RequestDispatcher.ERROR_STATUS_CODE, status.value())

0 commit comments

Comments
 (0)