Le 08/11/2015 23:21, Thomas Neidhart a écrit :
> please review the proposed fix for this issue here:
The exception message ends with a comma, is this a typo? I suggest
mentioning the system property in the message, such that someone
hitting the exception immediately knows how to work around it.
Also:
!"true".equalsIgnoreCase(deserializeProperty)
is shorter than:
deserializeProperty == null || !deserializeProperty.equalsIgnoreCase("true")
Emmanuel Bourg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]