> + } catch (IOException e) { > + throw Throwables.propagate(e); > + } > + } > + > + @Override > + public boolean isRepeatable() { > + return true; > + } > + > + /** > + * if we created the stream, then it is already consumed on close. > + */ > + @Override > + public void release() { > + if (toClose.size() > 0)
`!toClose.isEmpty()`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/234/files#r8356745