Closables.closeQuietly is deprecated and has been removed in Guava 16.
This library will fail to close resources with a "NoSuchMethod" exception if a Guava version >=16 is used.
Therefore, use of closeQuietly should be removed.
See https://code.google.com/p/guava-libraries/issues/detail?id=1118 for details.
Closables.closeQuietly is deprecated and has been removed in Guava 16.
This library will fail to close resources with a "NoSuchMethod" exception if a Guava version >=16 is used.
Therefore, use of closeQuietly should be removed.
See https://code.google.com/p/guava-libraries/issues/detail?id=1118 for details.