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
The SafeAutoCloseable class was in place as a work-around for avoiding some checked exception handling. If this is still desired, we can potentially just move up the removal of the throws class in the close method in the impacted classes that are using SafeAutoCloseable.
The text was updated successfully, but these errors were encountered:
The
SafeAutoCloseable
class was in place as a work-around for avoiding some checked exception handling. If this is still desired, we can potentially just move up the removal of the throws class in theclose
method in the impacted classes that are usingSafeAutoCloseable
.The text was updated successfully, but these errors were encountered: