You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-expression/src/main/java/org/springframework/expression/spel/support/ReflectivePropertyAccessor.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@
47
47
48
48
/**
49
49
* A powerful {@link PropertyAccessor} that uses reflection to access properties
50
-
* for reading and possibly also for writing.
50
+
* for reading and possibly also for writing on a target instance.
51
51
*
52
52
* <p>A property can be referenced through a public getter method (when being read)
53
53
* or a public setter method (when being written), and also as a public field.
@@ -98,8 +98,8 @@ public ReflectivePropertyAccessor() {
98
98
}
99
99
100
100
/**
101
-
* Create a new property accessor for reading and possibly writing.
102
-
* @param allowWrite whether to also allow for write operations
101
+
* Create a new property accessor for reading and possibly also writing.
102
+
* @param allowWrite whether to allow write operations on a target instance
0 commit comments