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
The write( Map<String,Object> entries) method documentation states that it takes a Map of Aliases and data but incorrectly calls the write(String alias, Object data) method and incorrectly passing the cik_ field as the alias parameter which will always throw an exception since its not an alias.
The write( Map<String,Object> entries) method documentation states that it takes a Map of Aliases and data but incorrectly calls the write(String alias, Object data) method and incorrectly passing the cik_ field as the alias parameter which will always throw an exception since its not an alias.