From b8790077b9f692cceb5e69e4015a6926520b5742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 17 Jun 2024 16:47:37 +0200 Subject: [PATCH] Polish --- .../test/web/servlet/assertj/MvcTestResultAssert.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MvcTestResultAssert.java b/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MvcTestResultAssert.java index a75c2dc539c7..810d4a8d2ebe 100644 --- a/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MvcTestResultAssert.java +++ b/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MvcTestResultAssert.java @@ -109,7 +109,7 @@ public ModelAssert model() { /** * 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() {