Skip to content

Commit 499cf5e

Browse files
committed
Merge pull request #33308 from benelog
* pr/33308: Remove duplicated "the" in Javadoc Closes gh-33308
2 parents 0a2611b + ca377e4 commit 499cf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
* Both resolved and unresolved exceptions are considered a failure that can
109109
* be asserted as follows:
110110
* <pre><code class="java">
111-
* // perform a GET on /boom and assert the message for the the exception
111+
* // perform a GET on /boom and assert the message for the exception
112112
* assertThat(mvc.get().uri("/boom")).hasFailed()
113113
* .failure().hasMessage("Test exception");
114114
* </code></pre>

0 commit comments

Comments
 (0)