We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65b335 commit b879007Copy full SHA for b879007
spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MvcTestResultAssert.java
@@ -109,7 +109,7 @@ public ModelAssert model() {
109
/**
110
* Verify that a {@link ModelAndView} is available and return a new
111
* {@linkplain AbstractStringAssert assertion} object that uses the
112
- * {@linkplain ModelAndView#getViewName()} view name} as the object to test.
+ * {@linkplain ModelAndView#getViewName() view name} as the object to test.
113
* @see #hasViewName(String)
114
*/
115
public AbstractStringAssert<?> viewName() {
0 commit comments