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

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() {