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
{{ message }}
This repository was archived by the owner on Jun 16, 2021. It is now read-only.
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.