Merge pull request #33308 from benelog

* pr/33308:
  Remove duplicated "the" in Javadoc

Closes gh-33308
This commit is contained in:
Stéphane Nicoll 2024-08-03 09:54:39 +02:00
commit 499cf5e84c
1 changed files with 1 additions and 1 deletions

View File

@ -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>