issues
search
malteseduck
/
spring-data-marklogic
An implementation of the Spring Data interfaces for the MarkLogic NoSQL database
Apache License 2.0
7
stars
9
forks
source link
Fix for class cast exception
#23
Closed
thorntonrp
closed
7 years ago
thorntonrp
commented
7 years ago
Fixed a class cast exception when casting the result of Collection.toArray() to String[]
Reverted the change in MarkLogicTemplate to include the final
null
argument, but with
(Collection<T>)
so the IDE won't complain.
Tagged as 1.1.4
null
argument, but with(Collection<T>)
so the IDE won't complain.