Browse Source

Remove duplicated "the" in Javadoc

See gh-33308
pull/33316/head
Sanghyuk Jung 1 year ago committed by Stéphane Nicoll
parent
commit
ca377e4854
  1. 2
      spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MockMvcTester.java

2
spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MockMvcTester.java

@ -108,7 +108,7 @@ import org.springframework.web.context.WebApplicationContext; @@ -108,7 +108,7 @@ import org.springframework.web.context.WebApplicationContext;
* Both resolved and unresolved exceptions are considered a failure that can
* be asserted as follows:
* <pre><code class="java">
* // perform a GET on /boom and assert the message for the the exception
* // perform a GET on /boom and assert the message for the exception
* assertThat(mvc.get().uri("/boom")).hasFailed()
* .failure().hasMessage("Test exception");
* </code></pre>

Loading…
Cancel
Save