Remove Javadoc @since tag from MapAccessor default constructor
See gh-33222 Closes gh-33659
This commit is contained in:
parent
28b9cf3b83
commit
1016743fc3
|
@ -43,7 +43,6 @@ public class MapAccessor implements CompilablePropertyAccessor {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new {@code MapAccessor} for reading as well as writing.
|
* Create a new {@code MapAccessor} for reading as well as writing.
|
||||||
* @since 6.2
|
|
||||||
* @see #MapAccessor(boolean)
|
* @see #MapAccessor(boolean)
|
||||||
*/
|
*/
|
||||||
public MapAccessor() {
|
public MapAccessor() {
|
||||||
|
|
Loading…
Reference in New Issue