@ -92,8 +94,8 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -92,8 +94,8 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -134,8 +136,8 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -134,8 +136,8 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
method=findGetterForProperty(name,type,target);
if(method!=null){
// TODO remove the duplication here between canRead and read
// Treat it like a property
// The readerCache will only contain gettable properties (let's not worry about setters for now)
// Treat it like a property...
// The readerCache will only contain gettable properties (let's not worry about setters for now).
@ -347,6 +349,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -347,6 +349,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -401,7 +404,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -401,7 +404,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -1783,7 +1783,7 @@ public class SpelReproTests extends ExpressionTestCase {
@@ -1783,7 +1783,7 @@ public class SpelReproTests extends ExpressionTestCase {