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
Overriding the Object::finalize() method is deprecated since Java 9, and should be removed. One option would be to replace it with a close() method and make SimpleHttpFetcher implement the Closeable interface.
Overriding the
Object::finalize()
method is deprecated since Java 9, and should be removed. One option would be to replace it with aclose()
method and makeSimpleHttpFetcher
implement theCloseable
interface.Current
finalize()
implementation:The text was updated successfully, but these errors were encountered: