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
This is a follow-up on #79. Removing the "sneaky throw" mechanism from the Administration class requires adding checked exceptions to some methods (they should have been there since the beginning, in fact...). That is source-incompatible, so it has to be done in a major release.
The text was updated successfully, but these errors were encountered:
This is a follow-up on #79. Removing the "sneaky throw" mechanism from the
Administration
class requires adding checked exceptions to some methods (they should have been there since the beginning, in fact...). That is source-incompatible, so it has to be done in a major release.The text was updated successfully, but these errors were encountered: