This commit is contained in:
Stéphane Nicoll
2024-06-17 16:47:37 +02:00
parent b65b3350be
commit b8790077b9

View File

@@ -109,7 +109,7 @@ public class MvcTestResultAssert extends AbstractMockHttpServletResponseAssert<M
/**
* Verify that a {@link ModelAndView} is available and return a new
* {@linkplain AbstractStringAssert assertion} object that uses the
* {@linkplain ModelAndView#getViewName()} view name} as the object to test.
* {@linkplain ModelAndView#getViewName() view name} as the object to test.
* @see #hasViewName(String)
*/
public AbstractStringAssert<?> viewName() {