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
Be careful about any 'fixing' here.
The first time it sets it in the 'converted' CouchbaseDocument, the second time it sets it in the resulting entity object.
It's set the first time in case the entity constructor has a "long version" argument. Null is not valid for a "long" argument and an exception will be thrown. This can be avoided by making the argument "Long version"
It puts it in the new document, then reads that document into readEntity, then sets it again in readEntity.
The text was updated successfully, but these errors were encountered: