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 18, 2024. It is now read-only.
The constructor for SuppressReadReceipt takes an argument of an Item. It will call super(Item.getService()), and then it will null check the Item on the next line. This is pointless as an Exception will be thrown when invoking super() if the Item is null.