We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5242f9e commit 85fe2feCopy full SHA for 85fe2fe
libs/elasticsearch-core/src/main/java/org/elasticsearch/core/internal/io/IOUtils.java
@@ -86,7 +86,7 @@ public static void close(final Iterable<? extends Closeable> objects) throws IOE
86
*
87
* @see #close(Closeable...)
88
*/
89
- public static void close(Exception ex, final Iterable<? extends Closeable> objects) throws IOException {
+ public static void close(final Exception ex, final Iterable<? extends Closeable> objects) throws IOException {
90
for (final Closeable object : objects) {
91
try {
92
if (object != null) {
0 commit comments