SpEL's StringIndexingValueRef.isWritable() should return false

This commit is contained in:
Sam Brannen
2024-02-21 17:36:46 +01:00
parent bfed6a3bc5
commit 5a2b127a21

View File

@@ -768,7 +768,7 @@ public class Indexer extends SpelNodeImpl {
@Override
public boolean isWritable() {
return true;
return false;
}
}