@ -187,9 +187,9 @@ public class PropertyOrFieldReference extends SpelNodeImpl {
@@ -187,9 +187,9 @@ public class PropertyOrFieldReference extends SpelNodeImpl {
// this is OK - it may have gone stale due to a class change,
// let's try to get a new one and call it before giving up
catch(Exceptionex){
// This is OK - it may have gone stale due to a class change,
// let's try to get a new one and call it before giving up...
this.cachedReadAccessor=null;
}
}
@ -212,7 +212,7 @@ public class PropertyOrFieldReference extends SpelNodeImpl {
@@ -212,7 +212,7 @@ public class PropertyOrFieldReference extends SpelNodeImpl {
@ -238,9 +238,9 @@ public class PropertyOrFieldReference extends SpelNodeImpl {
@@ -238,9 +238,9 @@ public class PropertyOrFieldReference extends SpelNodeImpl {
// this is OK - it may have gone stale due to a class change,
// let's try to get a new one and call it before giving up
catch(Exceptionex){
// This is OK - it may have gone stale due to a class change,
// let's try to get a new one and call it before giving up...
this.cachedWriteAccessor=null;
}
}
@ -291,7 +291,6 @@ public class PropertyOrFieldReference extends SpelNodeImpl {
@@ -291,7 +291,6 @@ public class PropertyOrFieldReference extends SpelNodeImpl {
returnfalse;
}
// TODO when there is more time, remove this and use the version in AstUtils