Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not add
@Throws
annotation to ensureInitialized
It's `private` method, not exposed to the client so there's no point in adding this annotation. Also, I don't add it to public methods because I don't want force clients to handle exception each time they want to call SDK.
- Loading branch information