mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove Javadoc @since tag from MapAccessor default constructor
See gh-33222 Closes gh-33659
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user