SpEL's StringIndexingValueRef.isWritable() should return false
This commit is contained in:
parent
bfed6a3bc5
commit
5a2b127a21
|
|
@ -768,7 +768,7 @@ public class Indexer extends SpelNodeImpl {
|
|||
|
||||
@Override
|
||||
public boolean isWritable() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue