> Path path = new File(buildPathStartingFromBaseDir(container)).toPath();
> - Set<PosixFilePermission> permissions;
> - try {
> - permissions = getPosixFilePermissions(path);
> - } catch (IOException ioe) {
> - throw Throwables.propagate(ioe);
> +
> + if ( System.getProperty("os.name",
> "").toLowerCase().contains("windows") ) {
Anyway, extracting this to a method so it can be reused seems like a good idea.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/733/files#r28964847