File tree 2 files changed +2
-2
lines changed
main/java/org/springframework/context/expression
test/java/org/springframework/context/expression
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
*
34
34
* @author Juergen Hoeller
35
35
* @author Andy Clement
36
- * @author Yanming Zhou
37
36
* @since 3.0
38
37
*/
39
38
public class MapAccessor implements CompilablePropertyAccessor {
@@ -42,6 +41,7 @@ public class MapAccessor implements CompilablePropertyAccessor {
42
41
43
42
/**
44
43
* Create a new map accessor for reading as well as writing.
44
+ * @since 6.2
45
45
* @see #MapAccessor(boolean)
46
46
*/
47
47
public MapAccessor () {
@@ -51,6 +51,7 @@ public MapAccessor() {
51
51
/**
52
52
* Create a new map accessor for reading and possibly also writing.
53
53
* @param allowWrite whether to allow write operations on a target instance
54
+ * @since 6.2
54
55
* @see #canWrite
55
56
*/
56
57
public MapAccessor (boolean allowWrite ) {
Original file line number Diff line number Diff line change 32
32
* Tests for {@link MapAccessor}.
33
33
*
34
34
* @author Andy Clement
35
- * @author Yanming Zhou
36
35
*/
37
36
class MapAccessorTests {
38
37
You can’t perform that action at this time.
0 commit comments