Remove Javadoc @⁠since tag from MapAccessor default constructor

See gh-33222
Closes gh-33659
This commit is contained in:
Johnny Lim 2024-10-06 22:18:48 +09:00 committed by GitHub
parent 28b9cf3b83
commit 1016743fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ public class MapAccessor implements CompilablePropertyAccessor {
/**
* Create a new {@code MapAccessor} for reading as well as writing.
* @since 6.2
* @see #MapAccessor(boolean)
*/
public MapAccessor() {