jclouds/blobstore/src
Andrew Gaul 648e6c2a8a Remove InputSuppliers.of(InputStream)
This method breaks the contract of an InputSupplier since every call
to getInput returns the same InputStream instance.  This is
particularly dangerous when one of the callers mutates or closes the
InputStream which causes all others callers to fail.
2013-04-03 13:19:42 -07:00
..
main Parameterize max errors for clear container 2013-03-29 13:36:57 -07:00
test Remove InputSuppliers.of(InputStream) 2013-04-03 13:19:42 -07:00