Team-Resourceful / Resourceful-Config

MIT License
4 stars 1 forks source link

Fix primitive arrays creating an exception with casting to object arrays #10

Closed Drullkus closed 10 months ago

Drullkus commented 10 months ago

Arrays of primitives cannot be casted into Object arrays, this would require boxing each element to build the Object[] version of the primitive-typed array.

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.