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
* Equivalent to {@link Closeable#close()}, except any exceptions will be ignored.
830
830
* <p>
831
831
* This is typically used in finally blocks to ensure that the closeable is closed even if an Exception was thrown before the normal close statement was
832
-
* reached. <br>
833
-
* <b>It should not be used to replace the close statement(s) which should be present for the non-exceptional case.</b> <br>
832
+
* reached.
833
+
* </p>
834
+
* <p>
835
+
* <strong>It should not be used to replace the close statement(s) which should be present for the non-exceptional case.</strong>
836
+
* </p>
834
837
* It is only intended to simplify tidying up where normal processing has already failed and reporting close failure as well is not necessary or useful.
0 commit comments