You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 4.12
Class com.cedarsoftware.util.io.ObjectResolver
Method: assignField
Line: 222
else if (rhs instanceof String && "".equals(((String) rhs).trim()) && fieldType != String.class)
{ // Allow "" to null out a non-String field
field.set(target, null);
}
The text was updated successfully, but these errors were encountered:
Version 4.12
Class
com.cedarsoftware.util.io.ObjectResolver
Method:
assignField
Line:
222
The text was updated successfully, but these errors were encountered: