Polish "Add support for making MapAccessor read-only"

See gh-33222
This commit is contained in:
Stéphane Nicoll
2024-07-17 11:34:47 +02:00
parent a0e43b1f46
commit 821109bd06
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* Tests for {@link MapAccessor}.
*
* @author Andy Clement
* @author Yanming Zhou
*/
class MapAccessorTests {