Skip to content

Commit b879007

Browse files
committed
Polish
1 parent b65b335 commit b879007

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/MvcTestResultAssert.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public ModelAssert model() {
109109
/**
110110
* Verify that a {@link ModelAndView} is available and return a new
111111
* {@linkplain AbstractStringAssert assertion} object that uses the
112-
* {@linkplain ModelAndView#getViewName()} view name} as the object to test.
112+
* {@linkplain ModelAndView#getViewName() view name} as the object to test.
113113
* @see #hasViewName(String)
114114
*/
115115
public AbstractStringAssert<?> viewName() {

0 commit comments

Comments
 (0)