1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-23 03:54:49 +02:00
pgpainless/pgpainless-core
Florian Schmaus cfab8a744d Properly close InputStream in SymmetricEncryptorDecryptor
Although it is possibly not strict required, it is always a good idea
to close streams even if the conrete implementation does not cause
resource leaks when not closed. After all, the implementation could
change at some point in the future.
2018-08-05 12:23:54 +02:00
..
src Properly close InputStream in SymmetricEncryptorDecryptor 2018-08-05 12:23:54 +02:00
build.gradle Add @Nullable, @Nonnull annotations through findbugs 2018-07-31 20:09:16 +02:00