>           validateXml(from);
> -         return doParse(new InputSource(new StringReader(from)));
> +         return doParse(new InputSource(new ByteArrayInputStream(array)));

Add a comment to the code to explain why we're not using `from` here...roughly 
the same comment as in the PR description, I guess?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/509/files#r17203715

Reply via email to