Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible NullPointerException in Connection.shardId()
There is no need to call getShardingInfo() because when shardId is set to null getShardingInfo() is also null. Fixes #180.
- Loading branch information