Kotlin: Make some more methods private

This commit is contained in:
Ian Lynagh
2022-06-23 16:44:06 +01:00
parent b16fcb72eb
commit bd8a8d00aa
4 changed files with 8 additions and 8 deletions

View File

@@ -40,4 +40,4 @@ fun AutoCloseable?.closeFinallyAC(cause: Throwable?) = when {
} catch (closeException: Throwable) {
cause.addSuppressed(closeException)
}
}
}