Mark,

On 8/12/2011 11:17 AM, ma...@apache.org wrote:
> +    @Override
> +    public void recycle() {
> +        super.recycle();
> +        inputStream = null;
> +    }

If inputStream != null, should it be close()d? Or is this a shared
reference for which that kind of thing isn't appropriate? Or do we just
let the GC take care of that?

-chris

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to