> @@ -131,6 +131,6 @@ public T apply(Class<?> in) {
> }
>
> private static Iterable<String> splitOrEmptyAndClose(InputStream in)
> throws IOException {
> - return
> Splitter.on('\n').omitEmptyStrings().split(toStringAndClose(in));
> + return
> Splitter.onPattern("\r?\n").omitEmptyStrings().split(toStringAndClose(in));Fair enough :) lgtm! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/651/files#r23390939
