Polishing

This commit is contained in:
Juergen Hoeller
2023-12-14 00:12:22 +01:00
parent a612518f96
commit d4406507d0
4 changed files with 16 additions and 36 deletions

View File

@@ -30,7 +30,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.assertj.core.api.Assertions.assertThatThrownBy;
/**
* Tests for {@code ResourceFieldValueResolver}.
* Tests for {@link ResourceElementResolver} with fields.
*
* @author Stephane Nicoll
*/

View File

@@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.assertj.core.api.Assertions.assertThatThrownBy;
/**
* Tests for {@code ResourceMethodArgumentResolver}.
* Tests for {@link ResourceElementResolver} with methods.
*
* @author Stephane Nicoll
*/