eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

Clarify exception message in ParamValue#validValue #266

Closed jesse-gallagher closed 2 years ago

jesse-gallagher commented 2 years ago

I found the earlier message for the null check in ParamValue to be confusing in practice, so this change is just to clarify that the query parameter value cannot be null.

genie-jnosql commented 2 years ago

Can one of the admins verify this patch?

otaviojava commented 2 years ago

Thank you @jesse-gallagher