Skip to content

Commit 8d90817

Browse files
committed
Polish and fix build failure
1 parent 36295e6 commit 8d90817

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@
4444
public interface MvcTestResult extends AssertProvider<MvcTestResultAssert> {
4545

4646
/**
47-
* Return the {@linkplain MvcResult result} of the processing.
47+
* Return the {@linkplain MvcResult result} of the processing. If
48+
* the processing has failed with an unresolved exception, the
49+
* result is not available, see {@link #getUnresolvedException()}.
4850
* @return the {@link MvcResult}
49-
* @throw {@link IllegalStateException} if the request failed unexpectedly
50-
* @see #getUnresolvedException()
51+
* @throws IllegalStateException if the processing has failed with
52+
* an unresolved exception
5153
*/
5254
MvcResult getMvcResult();
5355

0 commit comments

Comments
 (0)