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
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.
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.
The text was updated successfully, but these errors were encountered: