MapAccessor#canWrite
incorrectly returns true
for non-Map
target
#33265
Labels
Milestone
MapAccessor#canWrite
incorrectly returns true
for non-Map
target
#33265
As a follow up to #33222, I noticed that
MapAccessor#canWrite
should only returntrue
for atarget
that is an instance ofjava.util.Map
.The text was updated successfully, but these errors were encountered: