> +import com.google.common.io.Closeables;
> +
> +import org.jclouds.javax.annotation.Nullable;
> +
> +@Deprecated
> +public class Closeables2 {
> + private Closeables2() {
> + }
> +
> + /**
> + * Equivalent to calling {@code Closeables.close(closeable, true)}, but
> with no IOException in the signature.
> + *
> + * @param closeable the {@code Closeable} object to be closed, or null,
> in which case this method
> + * does nothing
> + */
> + @Deprecated
Do we have any thoughts on how we eventually want to get rid of this?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/241/files#r8514916